We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aba8d4 commit e6f5bd6Copy full SHA for e6f5bd6
php/Dockerfile-8.0
@@ -13,7 +13,7 @@ ENV \
13
php8-curl \
14
php8-dom \
15
php8-exif \
16
- php8-fileinfo \
+ php8-fileinfo \
17
php8-ftp \
18
php8-gd \
19
php8-iconv \
@@ -27,11 +27,12 @@ ENV \
27
php8-bcmath \
28
php8-calendar \
29
php8-gettext \
30
+ php8-mbstring \
31
php8-pcntl \
32
php8-phar \
- php8-simplexml \
33
+ php8-simplexml \
34
php8-sockets \
- php8-tokenizer \
35
+ php8-tokenizer \
36
php8-xmlreader \
37
php8-zip \
38
php8-zlib \
@@ -76,6 +77,7 @@ RUN apk add --no-cache \
76
77
78
79
80
81
php8-mysqli \
82
php8-openssl \
83
php8-pdo \
0 commit comments