Skip to content

chore: update php7.3.33 image Dockerfile #4

chore: update php7.3.33 image Dockerfile

chore: update php7.3.33 image Dockerfile #4

Triggered via push January 16, 2024 10:59
Status Failure
Total duration 19m 27s
Artifacts
Matrix: build_versioned_alpine_images
Fit to window
Zoom out
Zoom in

Annotations

1 error
The Alpine Image For EasySwoole PHP-7.3 Swoole-4.4.24
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && chmod +x /usr/bin/composer && composer self-update --clean-backups ${COMPOSER_VERSION} && apk update && apk add --no-cache libstdc++ openssl git bash && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS libaio-dev openssl-dev && cd /tmp && curl -SL \"https://github.com/swoole/swoole-src/archive/v${SWOOLE_VERSION}.tar.gz\" -o swoole.tar.gz && ls -alh && cd /tmp && mkdir -p swoole && tar -xf swoole.tar.gz -C swoole --strip-components=1 && ln -s /usr/bin/phpize7 /usr/local/bin/phpize && ln -s /usr/bin/php-config7 /usr/local/bin/php-config && ( cd swoole && phpize && ./configure --enable-openssl --enable-http2 --enable-mysqlnd --enable-openssl && make -s -j$(nproc) && make install ) && echo \"extension=swoole.so\" > /etc/php7/conf.d/swoole.ini && php -v && php -m && php --ri swoole && composer && apk del .build-deps && rm -rf /var/cache/apk/* /tmp/* /usr/share/man /usr/local/bin/php*" did not complete successfully: exit code: 1