mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-17 03:51:00 +02:00
Removed unnecessary libraries from agent and agent2 images
This commit is contained in:
@ -38,7 +38,6 @@ RUN set -eux && \
|
|||||||
tzdata \
|
tzdata \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
libxml2 \
|
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
libmodbus5 \
|
libmodbus5 \
|
||||||
libpcre2-8-0 \
|
libpcre2-8-0 \
|
||||||
|
@ -40,7 +40,6 @@ RUN set -eux && \
|
|||||||
smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
libxml2 \
|
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
libpcre2-8-0 \
|
libpcre2-8-0 \
|
||||||
libldap-2.4" && \
|
libldap-2.4" && \
|
||||||
|
Reference in New Issue
Block a user