summaryrefslogtreecommitdiffstats
path: root/27/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '27/apache/Dockerfile')
-rw-r--r--27/apache/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 64e94040..f6965648 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/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 \