Merge pull request #189 from PrivateBin/ctype

add ctype PHP extension
This commit is contained in:
El RIDO 2024-04-15 15:30:48 +02:00 committed by GitHub
commit 720c23edb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,8 +35,8 @@ RUN \
fi \
# Install dependencies
&& apk upgrade --no-cache \
&& apk add --no-cache gnupg git nginx php83 php83-fpm php83-gd php83-opcache \
s6 tzdata ${ALPINE_PACKAGES} ${ALPINE_COMPOSER_PACKAGES} \
&& apk add --no-cache gnupg git nginx php83 php83-ctype php83-fpm php83-gd \
php83-opcache s6 tzdata ${ALPINE_PACKAGES} ${ALPINE_COMPOSER_PACKAGES} \
# Stabilize php config location
&& mv /etc/php83 /etc/php \
&& ln -s /etc/php /etc/php83 \