summaryrefslogtreecommitdiffstats
path: root/27
diff options
context:
space:
mode:
Diffstat (limited to '27')
-rw-r--r--27/apache/Dockerfile2
-rw-r--r--27/fpm-alpine/Dockerfile2
-rw-r--r--27/fpm/Dockerfile2
3 files changed, 6 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 \
diff --git a/27/fpm-alpine/Dockerfile b/27/fpm-alpine/Dockerfile
index 20736951..f328b4be 100644
--- a/27/fpm-alpine/Dockerfile
+++ b/27/fpm-alpine/Dockerfile
@@ -36,11 +36,13 @@ RUN set -ex; \
postgresql-dev \
; \
\
+ 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; \
docker-php-ext-install -j "$(nproc)" \
bcmath \
exif \
+ ftp \
gd \
gmp \
intl \
diff --git a/27/fpm/Dockerfile b/27/fpm/Dockerfile
index 482eef19..e888ff3b 100644
--- a/27/fpm/Dockerfile
+++ b/27/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 \