Fixed Apache image on Alpine. Also using PHP7

This commit is contained in:
root 2018-05-30 00:57:30 -07:00
parent 124242cf92
commit 73859060cc

View File

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