summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2024-03-04 21:50:47 +0000
committerGitHub <noreply@github.com>2024-03-04 21:50:47 +0000
commitf9ce81fb7fa05e854bbdac7a180b267e2403e93c (patch)
tree5e0a9c56967b65cc4fafed73d9fa36b894bb0d1d /Dockerfile-alpine.template
parent9034966f1a9d5d84930e836c7e63cc016bad9c5d (diff)
Add FTP module back (#2152) (#2169)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 905077bc..4553997a 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -35,11 +35,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 \