Skip to content

Commit 0d4daaa

Browse files
authored
Add PHP FTP ext on Docker setup (#1210)
1 parent 83d238a commit 0d4daaa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/php/8.2/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN docker-php-ext-configure \
5656
bz2 \
5757
calendar \
5858
exif \
59+
ftp \
5960
gd \
6061
gettext \
6162
intl \

images/php/8.3/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RUN docker-php-ext-configure \
6767
bz2 \
6868
calendar \
6969
exif \
70+
ftp \
7071
gd \
7172
gettext \
7273
intl \

0 commit comments

Comments
 (0)