mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 23:09:20 +01:00
Fixed Apache image on Alpine. Also using PHP7
This commit is contained in:
parent
124242cf92
commit
73859060cc
@ -86,7 +86,7 @@ RUN locale-gen $LC_ALL && \
|
||||
chown --quiet -R zabbix:root /var/lib/zabbix && \
|
||||
apt-get ${APT_FLAGS_COMMON} update && \
|
||||
apt-get ${APT_FLAGS_PERSISTANT} install \
|
||||
libpcre3
|
||||
libpcre3 \
|
||||
libldap-2.4 1>/dev/null && \
|
||||
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
||||
apt-get ${APT_FLAGS_COMMON} clean && \
|
||||
|
Loading…
Reference in New Issue
Block a user