🕐 Daily Docker Build #77
Annotations
1 error
|
build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -x && echo \"debconf debconf/frontend select Noninteractive\" | debconf-set-selections && docker-php-source extract && apt-get update && apt-get install --assume-yes --no-install-recommends --quiet zlib1g-dev libc-client-dev libcurl4-openssl-dev libfreetype6-dev libgmp-dev libjpeg-dev libkrb5-dev libpng-dev libtidy-dev libbz2-dev libxml2-dev libxslt1-dev libzip-dev unzip && pecl install xmlrpc zip && curl -sS https://getcomposer.org/installer -o composer-setup.php && php composer-setup.php --install-dir=/usr/local/bin --filename=composer || true && docker-php-ext-configure gd --with-jpeg && docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-enable zip && docker-php-ext-install bcmath bz2 curl exif gd gmp imap intl mysqli opcache pdo_mysql soap tidy xml xsl && a2enmod expires headers rewrite && a2enconf security && docker-php-source delete && apt-get clean -y && apt-get autoremove -y --purge && apt-get autoclean -y && rm -rf /var/lib/apt/lists/* && rm -rf /var/www ;" did not complete successfully: exit code: 1
|