Update to PHP 8.2

This commit is contained in:
Julian Prieber 2023-06-04 18:08:45 +02:00
parent 0de9abe643
commit 9890ee79cc

View file

@ -9,31 +9,31 @@ RUN apk --no-cache --update \
add apache2 \ add apache2 \
apache2-ssl \ apache2-ssl \
curl \ curl \
php81-apache2 \ php82-apache2 \
php81-bcmath \ php82-bcmath \
php81-bz2 \ php82-bz2 \
php81-calendar \ php82-calendar \
php81-common \ php82-common \
php81-ctype \ php82-ctype \
php81-curl \ php82-curl \
php81-dom \ php82-dom \
php81-fileinfo \ php82-fileinfo \
php81-gd \ php82-gd \
php81-iconv \ php82-iconv \
php81-json \ php82-json \
php81-mbstring \ php82-mbstring \
php81-mysqli \ php82-mysqli \
php81-mysqlnd \ php82-mysqlnd \
php81-openssl \ php82-openssl \
php81-pdo_mysql \ php82-pdo_mysql \
php81-pdo_pgsql \ php82-pdo_pgsql \
php81-pdo_sqlite \ php82-pdo_sqlite \
php81-phar \ php82-phar \
php81-session \ php82-session \
php81-xml \ php82-xml \
php81-tokenizer \ php82-tokenizer \
php81-zip \ php82-zip \
php81-xmlwriter \ php82-xmlwriter \
tzdata \ tzdata \
&& mkdir /htdocs && mkdir /htdocs