summaryrefslogtreecommitdiffstats
path: root/15.0/fpm/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '15.0/fpm/Dockerfile')
-rw-r--r--15.0/fpm/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 9334e15d..5d947088 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.2-fpm-stretch
+FROM php:7.3-fpm-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -35,6 +35,7 @@ RUN set -ex; \
libpq-dev \
libxml2-dev \
libmagickwand-dev \
+ libzip-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \