summaryrefslogtreecommitdiffstats
path: root/19.0-rc/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '19.0-rc/apache/Dockerfile')
-rw-r--r--19.0-rc/apache/Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/19.0-rc/apache/Dockerfile b/19.0-rc/apache/Dockerfile
index 4c86932e..24db04a0 100644
--- a/19.0-rc/apache/Dockerfile
+++ b/19.0-rc/apache/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.3-apache-buster
+FROM php:7.4-apache-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -41,9 +41,7 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
- if [ ! -e /usr/include/gmp.h ]; then ln -s /usr/include/$debMultiarch/gmp.h /usr/include/gmp.h; fi;\
- docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
- docker-php-ext-configure gmp --with-gmp="/usr/include/$debMultiarch"; \
+ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install -j "$(nproc)" \
exif \