summaryrefslogtreecommitdiffstats
path: root/15.0/apache
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-01-17 13:43:13 +0100
committerTilo Spannagel <development@tilosp.de>2019-01-17 13:43:13 +0100
commitd8d9a17be25ea0b3acd34914065cb1f085d36ec6 (patch)
treeb371fe9309d45a10123d0b052e0b38d679aaaf12 /15.0/apache
parentd06375a333380d97db61ef4816334cebf634b214 (diff)
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to '15.0/apache')
-rw-r--r--15.0/apache/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 5fad6022..09e87842 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.3-apache-stretch
+FROM php:7.2-apache-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -35,7 +35,6 @@ RUN set -ex; \
libpq-dev \
libxml2-dev \
libmagickwand-dev \
- libzip-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \