Browse Source

Add ctype and session PHP extensions to static builder

Rafael Kassner 1 year ago
parent
commit
b7c8d4cd49
1 changed files with 2 additions and 0 deletions
  1. 2 0
      static-builder.Dockerfile

+ 2 - 0
static-builder.Dockerfile

@@ -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 \