Skip to content

Commit 7454dc5

Browse files
committed
Add extensions back into php 7
1 parent b9a2d2c commit 7454dc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

php/Dockerfile-7.4

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ENV \
3030
php7-dom \
3131
php7-xmlreader \
3232
php7-xmlwriter \
33-
php7-tokenizer \
3433
php7-ctype \
3534
php7-gd \
3635
php7-gettext \
@@ -91,6 +90,12 @@ RUN apk add --no-cache \
9190
php7-calendar \
9291
php7-mbstring \
9392
php7-exif \
93+
php7-fileinfo \
94+
php7-tokenizer \
95+
php7-simplexml \
96+
php7-xml \
97+
php7-xmlreader \
98+
php7-xmlwriter \
9499
php7-ftp \
95100
php7-openssl \
96101
php7-zip \

0 commit comments

Comments
 (0)