mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-23 05:10:52 +01:00
Removed libmodbus library from proxy and server images
This commit is contained in:
parent
25ebe1883f
commit
76ea396d29
@ -1 +1 @@
|
|||||||
../../build.sh
|
../../../build.sh
|
@ -1 +1 @@
|
|||||||
../../build.sh
|
../../../build.sh
|
@ -72,8 +72,6 @@ RUN set -eux && \
|
|||||||
openipmi-libs \
|
openipmi-libs \
|
||||||
pcre \
|
pcre \
|
||||||
unixodbc \
|
unixodbc \
|
||||||
# Temporary!!
|
|
||||||
libmodbus \
|
|
||||||
fping && \
|
fping && \
|
||||||
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
||||||
chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && \
|
chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && \
|
||||||
|
@ -71,8 +71,6 @@ RUN set -eux && \
|
|||||||
libssh-4 \
|
libssh-4 \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
# Temporary!
|
|
||||||
libmodbus5 \
|
|
||||||
mysql-client \
|
mysql-client \
|
||||||
snmp-mibs-downloader \
|
snmp-mibs-downloader \
|
||||||
unixodbc && \
|
unixodbc && \
|
||||||
|
@ -67,8 +67,6 @@ RUN set -eux && \
|
|||||||
libxml2 \
|
libxml2 \
|
||||||
net-snmp-agent-libs \
|
net-snmp-agent-libs \
|
||||||
openipmi-libs \
|
openipmi-libs \
|
||||||
# Temporary!
|
|
||||||
libmodbus \
|
|
||||||
pcre \
|
pcre \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
unixodbc && \
|
unixodbc && \
|
||||||
|
@ -69,8 +69,6 @@ RUN set -eux && \
|
|||||||
libssh-4 \
|
libssh-4 \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
# Temporary!
|
|
||||||
libmodbus5 \
|
|
||||||
snmp-mibs-downloader \
|
snmp-mibs-downloader \
|
||||||
unixodbc && \
|
unixodbc && \
|
||||||
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
||||||
|
@ -69,7 +69,6 @@ RUN set -eux && \
|
|||||||
libcurl \
|
libcurl \
|
||||||
libevent \
|
libevent \
|
||||||
libldap \
|
libldap \
|
||||||
libmodbus \
|
|
||||||
libssh \
|
libssh \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
|
@ -76,8 +76,6 @@ RUN set -eux && \
|
|||||||
libssh-4 \
|
libssh-4 \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
# Temporary!
|
|
||||||
libmodbus5 \
|
|
||||||
mysql-client \
|
mysql-client \
|
||||||
snmp-mibs-downloader \
|
snmp-mibs-downloader \
|
||||||
unixodbc && \
|
unixodbc && \
|
||||||
|
@ -75,8 +75,6 @@ RUN set -eux && \
|
|||||||
net-snmp-agent-libs \
|
net-snmp-agent-libs \
|
||||||
openipmi-libs \
|
openipmi-libs \
|
||||||
pcre \
|
pcre \
|
||||||
# Termporay!
|
|
||||||
libmodbus \
|
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
postgresql-libs \
|
postgresql-libs \
|
||||||
unixodbc && \
|
unixodbc && \
|
||||||
|
@ -77,8 +77,6 @@ RUN set -eux && \
|
|||||||
libssh-4 \
|
libssh-4 \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
# Temporary!
|
|
||||||
libmodbus5 \
|
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
snmp-mibs-downloader \
|
snmp-mibs-downloader \
|
||||||
unixodbc && \
|
unixodbc && \
|
||||||
|
Loading…
Reference in New Issue
Block a user