Fixed Zabbix agent on Ubuntu (bionic)

This commit is contained in:
root 2018-08-14 11:02:33 +09:00
commit a5cdd24f88

View File

@ -97,6 +97,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTENT} install \
libpcre3 \
libssl1.1 \
libldap-2.4 && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \