Skip to content

Commit 2aba8d4

Browse files
authored
Add php 8 extensions
1 parent b413b53 commit 2aba8d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

php/Dockerfile-8.0

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ENV \
1313
php8-curl \
1414
php8-dom \
1515
php8-exif \
16+
php8-fileinfo \
1617
php8-ftp \
1718
php8-gd \
1819
php8-iconv \
@@ -28,7 +29,9 @@ ENV \
2829
php8-gettext \
2930
php8-pcntl \
3031
php8-phar \
32+
php8-simplexml \
3133
php8-sockets \
34+
php8-tokenizer \
3235
php8-xmlreader \
3336
php8-zip \
3437
php8-zlib \
@@ -69,6 +72,7 @@ RUN apk add --no-cache \
6972
php8-curl \
7073
php8-dom \
7174
php8-exif \
75+
php8-fileinfo \
7276
php8-ftp \
7377
php8-gd \
7478
php8-iconv \
@@ -86,7 +90,9 @@ RUN apk add --no-cache \
8690
php8-gettext \
8791
php8-pcntl \
8892
php8-phar \
93+
php8-simplexml \
8994
php8-sockets \
95+
php8-tokenizer \
9096
php8-xmlreader \
9197
php8-zip \
9298
php8-zlib \
@@ -160,4 +166,4 @@ RUN chmod +x /configure.sh
160166
ADD /php/scripts/healthcheck.sh /healthcheck.sh
161167
RUN chmod +x /healthcheck.sh
162168

163-
CMD ["/start.sh"]
169+
CMD ["/start.sh"]

0 commit comments

Comments
 (0)