Add ctype and session PHP extensions to static builder

This commit is contained in:
Rafael Kassner
2023-12-18 19:40:50 +01:00
committed by Kévin Dunglas
parent 7c5f18fe3f
commit b7c8d4cd49

View File

@@ -54,6 +54,7 @@ RUN apk update; \
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
php83 \
php83-common \
php83-ctype \
php83-curl \
php83-dom \
php83-mbstring \
@@ -61,6 +62,7 @@ RUN apk update; \
php83-pcntl \
php83-phar \
php83-posix \
php83-session \
php83-sodium \
php83-tokenizer \
php83-xml \