aap: bump php to 8.1
This commit is contained in:
parent
2f8186fe24
commit
71091a5cdb
1 changed files with 24 additions and 24 deletions
|
@ -6,30 +6,30 @@ RUN apk add --update --no-cache \
|
|||
curl \
|
||||
git \
|
||||
mc \
|
||||
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
|
||||
php81 \
|
||||
php81-apache2 \
|
||||
php81-apcu \
|
||||
php81-curl \
|
||||
php81-ctype \
|
||||
php81-dom \
|
||||
php81-exif \
|
||||
php81-fileinfo \
|
||||
php81-gd \
|
||||
php81-gmp \
|
||||
php81-iconv \
|
||||
php81-json \
|
||||
php81-mbstring \
|
||||
php81-opcache \
|
||||
php81-openssl \
|
||||
php81-posix \
|
||||
php81-pdo \
|
||||
php81-pdo_mysql \
|
||||
php81-pdo_sqlite \
|
||||
php81-session \
|
||||
php81-simplexml \
|
||||
php81-xml \
|
||||
php81-zip \
|
||||
php81-zlib
|
||||
|
||||
## Configure apache
|
||||
COPY assets/php8.ini /etc/php8/php.ini
|
||||
|
|
Reference in a new issue