Removed libmodbus library from proxy and server images

This commit is contained in:
Alexey Pustovalov
2021-09-17 19:51:09 +02:00
parent 25ebe1883f
commit 76ea396d29
10 changed files with 2 additions and 17 deletions

View File

@ -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/ && \

View File

@ -71,8 +71,6 @@ RUN set -eux && \
libssh-4 \
libssl1.1 \
libxml2 \
# Temporary!
libmodbus5 \
mysql-client \
snmp-mibs-downloader \
unixodbc && \