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