Fixed Zabbix agent on Ubuntu (bionic)

This commit is contained in:
root 2018-08-14 11:03:02 +09:00
commit 89e8995554

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 && \