Updated all Dockerfiles to make consistency

This commit is contained in:
root 2018-05-31 20:08:56 -07:00
parent f06c11f91a
commit 8b5cf58ce8

View File

@ -92,7 +92,7 @@ RUN locale-gen $LC_ALL && \
mkdir -p /var/lib/zabbix/modules && \
chown --quiet -R zabbix:root /var/lib/zabbix && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTANT} install \
apt-get ${APT_FLAGS_PERSISTENT} install \
libpcre3 \
libldap-2.4 && \
apt-get ${APT_FLAGS_COMMON} autoremove && \