mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-12 08:38:32 +01:00
Fixed Zabbix agent on Ubuntu (bionic)
This commit is contained in:
commit
89e8995554
@ -97,6 +97,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
|
|||||||
apt-get ${APT_FLAGS_COMMON} update && \
|
apt-get ${APT_FLAGS_COMMON} update && \
|
||||||
apt-get ${APT_FLAGS_PERSISTENT} install \
|
apt-get ${APT_FLAGS_PERSISTENT} install \
|
||||||
libpcre3 \
|
libpcre3 \
|
||||||
|
libssl1.1 \
|
||||||
libldap-2.4 && \
|
libldap-2.4 && \
|
||||||
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
||||||
apt-get ${APT_FLAGS_COMMON} clean && \
|
apt-get ${APT_FLAGS_COMMON} clean && \
|
||||||
|
Loading…
Reference in New Issue
Block a user