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

@ -69,7 +69,6 @@ RUN set -eux && \
libcurl \
libevent \
libldap \
libmodbus \
libssh \
libxml2 \
mariadb-client \

View File

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