🚑 Fix missing multibyte string handling/conversion modules (#248)

This commit is contained in:
Franck Nijhof 2022-06-21 16:17:08 +02:00 committed by GitHub
parent 8b4860ee12
commit 60110c95d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ RUN \
nginx=1.22.0-r0 \
php8-curl=8.0.20-r0 \
php8-fpm=8.0.20-r0 \
php8-iconv=8.0.20-r0 \
php8-mbstring=8.0.20-r0 \
php8-opcache=8.0.20-r0 \
php8-session=8.0.20-r0 \
php8-zip=8.0.20-r0 \