summaryrefslogtreecommitdiffstats
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
parent9034966f1a9d5d84930e836c7e63cc016bad9c5d (diff)
Add FTP module back (#2152) (#2169)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rw-r--r--26/apache/Dockerfile2
-rw-r--r--26/fpm-alpine/Dockerfile2
-rw-r--r--26/fpm/Dockerfile2
-rw-r--r--27/apache/Dockerfile2
-rw-r--r--27/fpm-alpine/Dockerfile2
-rw-r--r--27/fpm/Dockerfile2
-rw-r--r--28/apache/Dockerfile2
-rw-r--r--28/fpm-alpine/Dockerfile2
-rw-r--r--28/fpm/Dockerfile2
-rw-r--r--Dockerfile-alpine.template2
-rw-r--r--Dockerfile-debian.template2
11 files changed, 22 insertions, 0 deletions
diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile
index 7c59ef34..8c11c63f 100644
--- a/26/apache/Dockerfile
+++ b/26/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/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 \
diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile
index 610034d3..31574108 100644
--- a/26/fpm/Dockerfile
+++ b/26/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 \
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 \
diff --git a/28/apache/Dockerfile b/28/apache/Dockerfile
index 364ab384..87a1e990 100644
--- a/28/apache/Dockerfile
+++ b/28/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/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 \
diff --git a/28/fpm/Dockerfile b/28/fpm/Dockerfile
index f8629906..afd78ba5 100644
--- a/28/fpm/Dockerfile
+++ b/28/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 \
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 \
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index cea5d93b..8b66dd34 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -44,11 +44,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 \