Skip to content

Commit e6f5bd6

Browse files
committed
Add mbstring
1 parent 2aba8d4 commit e6f5bd6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

php/Dockerfile-8.0

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV \
1313
php8-curl \
1414
php8-dom \
1515
php8-exif \
16-
php8-fileinfo \
16+
php8-fileinfo \
1717
php8-ftp \
1818
php8-gd \
1919
php8-iconv \
@@ -27,11 +27,12 @@ ENV \
2727
php8-bcmath \
2828
php8-calendar \
2929
php8-gettext \
30+
php8-mbstring \
3031
php8-pcntl \
3132
php8-phar \
32-
php8-simplexml \
33+
php8-simplexml \
3334
php8-sockets \
34-
php8-tokenizer \
35+
php8-tokenizer \
3536
php8-xmlreader \
3637
php8-zip \
3738
php8-zlib \
@@ -76,6 +77,7 @@ RUN apk add --no-cache \
7677
php8-ftp \
7778
php8-gd \
7879
php8-iconv \
80+
php8-mbstring \
7981
php8-mysqli \
8082
php8-openssl \
8183
php8-pdo \

0 commit comments

Comments
 (0)