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 \
git \
mc \
php7 \
php7-apache2 \
php7-apcu \
php7-curl \
php7-ctype \
php7-dom \
php7-exif \
php7-fileinfo \
php7-gd \
php7-gmp \
php7-iconv \
php7-json \
php7-mbstring \
php7-opcache \
php7-openssl \
php7-posix \
php7-pdo \
php7-pdo_mysql \
php7-pdo_sqlite \
php7-session \
php7-simplexml \
php7-xml \
php7-zip \
php7-zlib
php8 \
php8-apache2 \
php8-apcu \
php8-curl \
php8-ctype \
php8-dom \
php8-exif \
php8-fileinfo \
php8-gd \
php8-gmp \
php8-iconv \
php8-json \
php8-mbstring \
php8-opcache \
php8-openssl \
php8-posix \
php8-pdo \
php8-pdo_mysql \
php8-pdo_sqlite \
php8-session \
php8-simplexml \
php8-xml \
php8-zip \
php8-zlib
## Configure apache
COPY assets/php.ini /etc/php7/php.ini