Skip to content

Commit 464cb6f

Browse files
authored
chore: added ftp and enabled imagick for 8.3
1 parent 3ad9356 commit 464cb6f

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

php8.2/cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN install-php-extensions \
5050
imagick \
5151
apcu \
5252
amqp \
53+
ftp \
5354
@composer
5455

5556
# Installing other extensions but enabled dynamically

php8.2/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN install-php-extensions \
3838
imagick \
3939
apcu \
4040
amqp \
41+
ftp \
4142
@composer
4243

4344
# Installing other extensions but enabled dynamically

php8.3/cli/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ RUN install-php-extensions \
4747
sockets \
4848
opcache \
4949
gd \
50-
# imagick \
50+
imagick \
5151
apcu \
5252
amqp \
53+
ftp \
5354
@composer
5455

5556
# Installing other extensions but enabled dynamically

php8.3/fpm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ RUN install-php-extensions \
3535
sockets \
3636
opcache \
3737
gd \
38-
# imagick \
38+
imagick \
3939
apcu \
4040
amqp \
41+
ftp \
4142
@composer
4243

4344
# Installing other extensions but enabled dynamically

0 commit comments

Comments
 (0)