Skip to content

Update Dockerfile #1107

Update Dockerfile

Update Dockerfile #1107

Triggered via push August 14, 2025 07:43
Status Failure
Total duration 1m 42s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get dist-upgrade -y && apt-get install -y --fix-missing build-essential chromium curl ffmpeg git libcurl4 libcurl4-gnutls-dev libexif-dev libfreetype6-dev libicu-dev libjpeg-dev libkrb5-dev libmagickwand-dev libmariadbclient-dev-compat libnss3 libsasl2-dev libssl-dev libssl1.0 libwebp-dev libzip-dev libavif-dev poppler-utils mariadb-client unzip uuid-dev wget zip libuv1 libuv1-dev autoconf && git clone https://github.com/Imagick/imagick.git --depth 1 /tmp/imagick && cd /tmp/imagick && git fetch origin master && git switch master && cd /tmp/imagick && phpize && ./configure && make && make install && git clone https://github.com/amphp/ext-uv.git /tmp/php-uv && cd /tmp/php-uv && phpize && ./configure && make -j$(nproc) && make install && git clone https://github.com/uw-imap/imap.git && cd imap && make lnp && make && apt-get dist-upgrade -y && apt-get clean && apt-get autoremove -y && docker-php-ext-install -j$(nproc) pdo_mysql zip iconv intl bcmath curl exif opcache bz2 && pecl install APCu redis uuid imap && docker-php-ext-enable apcu bcmath redis sodium uuid imagick imap uv && docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype --with-avif && docker-php-ext-configure pcntl --enable-pcntl && docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-install -j$(nproc) gd sockets pcntl && curl --output composer -Ss https://getcomposer.org/download/2.8.3/composer.phar && mv composer /usr/bin/composer && chmod 755 /usr/bin/composer && chown root:root /usr/bin/composer && curl -LO https://github.com/deployphp/deployer/releases/download/v7.5.8/deployer.phar && mv deployer.phar /usr/bin/dep && chmod +x /usr/bin/dep && groupadd -g 1001 supervisor && useradd -m -g 1001 -u 1001 supervisor && fc-cache" did not complete successfully: exit code: 2