Updated all Dockerfiles to make consistency

This commit is contained in:
root 2018-05-31 20:08:26 -07:00
parent f7ea70014e
commit 057da5977a

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