tests: update alpine316 test image to use php8

This commit is contained in:
nodiscc 2022-09-04 17:49:32 +02:00
parent b5988ce296
commit bd81f94287
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -5,23 +5,23 @@ RUN apk --update --no-cache add \
ca-certificates \ ca-certificates \
curl \ curl \
make \ make \
php7 \ php8 \
php7-ctype \ php8-ctype \
php7-curl \ php8-curl \
php7-dom \ php8-dom \
php7-gd \ php8-gd \
php7-iconv \ php8-iconv \
php7-intl \ php8-intl \
php7-json \ php8-json \
php7-mbstring \ php8-mbstring \
php7-openssl \ php8-openssl \
php7-phar \ php8-phar \
php7-session \ php8-session \
php7-simplexml \ php8-simplexml \
php7-tokenizer \ php8-tokenizer \
php7-xdebug \ php8-xdebug \
php7-xml \ php8-xml \
php7-zlib \ php8-zlib \
rsync rsync
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer