mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 03:27:47 +02:00
Fixed CA certificates packages in Ubuntu images
This commit is contained in:
@ -57,6 +57,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
|
||||
libssl1.1 \
|
||||
libxml2 \
|
||||
snmp-mibs-downloader \
|
||||
ca-certificates \
|
||||
unixodbc && \
|
||||
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
||||
apt-get ${APT_FLAGS_COMMON} clean && \
|
||||
|
Reference in New Issue
Block a user