mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-14 02:38:37 +02:00
Removed libmodbus library from proxy and server images
This commit is contained in:
@ -72,8 +72,6 @@ RUN set -eux && \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
unixodbc \
|
||||
# Temporary!!
|
||||
libmodbus \
|
||||
fping && \
|
||||
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
||||
chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && \
|
||||
|
@ -71,8 +71,6 @@ RUN set -eux && \
|
||||
libssh-4 \
|
||||
libssl1.1 \
|
||||
libxml2 \
|
||||
# Temporary!
|
||||
libmodbus5 \
|
||||
mysql-client \
|
||||
snmp-mibs-downloader \
|
||||
unixodbc && \
|
||||
|
Reference in New Issue
Block a user