aap: switch to php82
This commit is contained in:
parent
0a9592310f
commit
cb003dd83f
2 changed files with 2003 additions and 26 deletions
|
@ -6,34 +6,34 @@ RUN apk add --update --no-cache \
|
|||
curl \
|
||||
git \
|
||||
mc \
|
||||
php81 \
|
||||
php81-apache2 \
|
||||
php81-apcu \
|
||||
php81-curl \
|
||||
php81-ctype \
|
||||
php81-dom \
|
||||
php81-exif \
|
||||
php81-fileinfo \
|
||||
php81-gd \
|
||||
php81-gmp \
|
||||
php81-iconv \
|
||||
php81-intl \
|
||||
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
|
||||
php82 \
|
||||
php82-apache2 \
|
||||
php82-apcu \
|
||||
php82-curl \
|
||||
php82-ctype \
|
||||
php82-dom \
|
||||
php82-exif \
|
||||
php82-fileinfo \
|
||||
php82-gd \
|
||||
php82-gmp \
|
||||
php82-iconv \
|
||||
php82-intl \
|
||||
php82-json \
|
||||
php82-mbstring \
|
||||
php82-opcache \
|
||||
php82-openssl \
|
||||
php82-posix \
|
||||
php82-pdo \
|
||||
php82-pdo_mysql \
|
||||
php82-pdo_sqlite \
|
||||
php82-session \
|
||||
php82-simplexml \
|
||||
php82-xml \
|
||||
php82-zip \
|
||||
php82-zlib
|
||||
|
||||
## Configure apache
|
||||
COPY assets/php81.ini /etc/php81/php.ini
|
||||
COPY assets/php82.ini /etc/php82/php.ini
|
||||
COPY assets/httpd.conf /etc/apache2/httpd.conf
|
||||
RUN chown apache:apache /run/apache2
|
||||
|
||||
|
|
1977
aap/assets/php82.ini
Normal file
1977
aap/assets/php82.ini
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue