|
|
|
|
@ -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 \
|
|
|
|
|
|