From fa601b73e2a555b11703eaf0275c6834582070b9 Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 1 Mar 2024 23:18:20 +0100 Subject: [PATCH] Add FTP module back (#2152) --- 26/apache/Dockerfile | 1 + 26/fpm-alpine/Dockerfile | 1 + 26/fpm/Dockerfile | 1 + 27/apache/Dockerfile | 1 + 27/fpm-alpine/Dockerfile | 1 + 27/fpm/Dockerfile | 1 + 28/apache/Dockerfile | 1 + 28/fpm-alpine/Dockerfile | 1 + 28/fpm/Dockerfile | 1 + Dockerfile-alpine.template | 1 + Dockerfile-debian.template | 1 + 11 files changed, 11 insertions(+) diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile index 7c59ef343..7c490f993 100644 --- a/26/apache/Dockerfile +++ b/26/apache/Dockerfile @@ -50,6 +50,7 @@ RUN set -ex; \ 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 be6233423..81fbc2ca9 100644 --- a/26/fpm-alpine/Dockerfile +++ b/26/fpm-alpine/Dockerfile @@ -41,6 +41,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile index 610034d34..6fa554b05 100644 --- a/26/fpm/Dockerfile +++ b/26/fpm/Dockerfile @@ -50,6 +50,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile index 64e940405..0b6d49153 100644 --- a/27/apache/Dockerfile +++ b/27/apache/Dockerfile @@ -50,6 +50,7 @@ RUN set -ex; \ 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 207369519..f99c325f7 100644 --- a/27/fpm-alpine/Dockerfile +++ b/27/fpm-alpine/Dockerfile @@ -41,6 +41,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/27/fpm/Dockerfile b/27/fpm/Dockerfile index 482eef193..c87f9dfea 100644 --- a/27/fpm/Dockerfile +++ b/27/fpm/Dockerfile @@ -50,6 +50,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/28/apache/Dockerfile b/28/apache/Dockerfile index 364ab3842..d5876526e 100644 --- a/28/apache/Dockerfile +++ b/28/apache/Dockerfile @@ -50,6 +50,7 @@ RUN set -ex; \ 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 7567896a7..5940b6c0d 100644 --- a/28/fpm-alpine/Dockerfile +++ b/28/fpm-alpine/Dockerfile @@ -41,6 +41,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/28/fpm/Dockerfile b/28/fpm/Dockerfile index f86299064..1ab4b783c 100644 --- a/28/fpm/Dockerfile +++ b/28/fpm/Dockerfile @@ -50,6 +50,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 905077bcf..2b9aeca42 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -40,6 +40,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index cea5d93b2..9404781e5 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -49,6 +49,7 @@ RUN set -ex; \ docker-php-ext-install -j "$(nproc)" \ bcmath \ exif \ + ftp \ gd \ gmp \ intl \