Archived
1
0
Fork 0

AAP: Bump to PHP8

This commit is contained in:
J. Elfring 2022-07-23 12:44:41 +02:00
parent 728c5503a9
commit 8179cf4b87

View file

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