summaryrefslogtreecommitdiffstats
path: root/16.0-beta/fpm/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '16.0-beta/fpm/Dockerfile')
-rw-r--r--16.0-beta/fpm/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/16.0-beta/fpm/Dockerfile b/16.0-beta/fpm/Dockerfile
index 027ba062..292af647 100644
--- a/16.0-beta/fpm/Dockerfile
+++ b/16.0-beta/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)"; \