Update to PHP 8.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stanislav Nikitin 2022-06-29 18:15:16 +05:00
parent 4320c5f837
commit 57c6a8131c
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 10 additions and 10 deletions

View File

@ -4,16 +4,16 @@ FROM code.pztrn.name/containers/mirror/alpine:3.16.0
RUN apk add --no-cache \ RUN apk add --no-cache \
git \ git \
nginx \ nginx \
php7-curl \ php8-curl \
php7-dom \ php8-dom \
php7-fpm \ php8-fpm \
php7-iconv \ php8-iconv \
php7-json \ php8-json \
php7-openssl \ php8-openssl \
php7-pdo_mysql \ php8-pdo_mysql \
php7-pdo_pgsql \ php8-pdo_pgsql \
php7-pdo_sqlite \ php8-pdo_sqlite \
php7-xml \ php8-xml \
s6 \ s6 \
unzip \ unzip \
wget && \ wget && \