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