From 73859060cc6f77a40eeda3af1249d8b3df58ccba Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 May 2018 00:57:30 -0700 Subject: [PATCH] Fixed Apache image on Alpine. Also using PHP7 --- agent/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/ubuntu/Dockerfile b/agent/ubuntu/Dockerfile index f82e8f9ac..424866753 100644 --- a/agent/ubuntu/Dockerfile +++ b/agent/ubuntu/Dockerfile @@ -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 && \