summaryrefslogtreecommitdiffstats
path: root/26/fpm/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '26/fpm/Dockerfile')
-rw-r--r--26/fpm/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile
index 610034d3..31574108 100644
--- a/26/fpm/Dockerfile
+++ b/26/fpm/Dockerfile
@@ -45,11 +45,13 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ftp --with-openssl-dir=/usr; \
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)" \
bcmath \
exif \
+ ftp \
gd \
gmp \
intl \