Archived
1
0
Fork 0

aap: bump php to 8.1

This commit is contained in:
J. Elfring 2022-11-27 13:09:33 +01:00
parent 2f8186fe24
commit 71091a5cdb

View file

@ -6,30 +6,30 @@ RUN apk add --update --no-cache \
curl \ curl \
git \ git \
mc \ mc \
php8 \ php81 \
php8-apache2 \ php81-apache2 \
php8-apcu \ php81-apcu \
php8-curl \ php81-curl \
php8-ctype \ php81-ctype \
php8-dom \ php81-dom \
php8-exif \ php81-exif \
php8-fileinfo \ php81-fileinfo \
php8-gd \ php81-gd \
php8-gmp \ php81-gmp \
php8-iconv \ php81-iconv \
php8-json \ php81-json \
php8-mbstring \ php81-mbstring \
php8-opcache \ php81-opcache \
php8-openssl \ php81-openssl \
php8-posix \ php81-posix \
php8-pdo \ php81-pdo \
php8-pdo_mysql \ php81-pdo_mysql \
php8-pdo_sqlite \ php81-pdo_sqlite \
php8-session \ php81-session \
php8-simplexml \ php81-simplexml \
php8-xml \ php81-xml \
php8-zip \ php81-zip \
php8-zlib php81-zlib
## Configure apache ## Configure apache
COPY assets/php8.ini /etc/php8/php.ini COPY assets/php8.ini /etc/php8/php.ini