Update PHP #102
Annotations
1 error
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 1
|
Loading