Explorar el Código

fixed zabbix-cli to zabbix-get

tags/v1.0.3^0
Robin Thoni hace 5 años
padre
commit
7eadf6ce51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      zabbix/Dockerfile

+ 1
- 1
zabbix/Dockerfile Ver fichero

@@ -10,7 +10,7 @@ RUN wget http://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zab
10 10
     dpkg -i /tmp/zabbix.deb
11 11
 
12 12
 RUN apt-get update && apt-get -y install\
13
-        zabbix-server-pgsql zabbix-cli\
13
+        zabbix-server-pgsql zabbix-get\
14 14
         snmp &&\
15 15
         apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
16 16
 

Loading…
Cancelar
Guardar