mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-23 08:13:32 +01:00
Updated all Dockerfiles to make consistency
This commit is contained in:
parent
f06c11f91a
commit
8b5cf58ce8
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user