Atualização do Dockerfile #3
Annotations
1 error and 1 warning
CI
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \timagemagick libmagickcore-dev libmagickwand-dev git \tlibcurl4-gnutls-dev libpq-dev libfreetype6-dev libjpeg62-turbo-dev libpng-dev libzip-dev libzstd1 && \tcurl -sL https://deb.nodesource.com/setup_18.x | bash - && \tapt-get install -y nodejs && \tnpm install -g pnpm terser uglifycss autoprefixer postcss sass && \tgit submodule init && git submodule update \tdocker-php-ext-install -j$(nproc) opcache pdo_pgsql zip xml curl opcache && \tdocker-php-ext-install -j$(nproc) iconv && \tdocker-php-ext-configure gd --with-jpeg && \tdocker-php-ext-install -j$(nproc) gd && \tno | pecl install apcu && echo \"extension=apcu.so\" > /usr/local/etc/php/conf.d/apcu.ini && \tautodetect | pecl install imagick && echo \"extension=imagick.so\" > /usr/local/etc/php/conf.d/ext-imagick.ini && \tpecl install igbinary && docker-php-ext-enable igbinary && \tyes | pecl install msgpack && echo \"extension=msgpack.so\" > /usr/local/etc/php/conf.d/msgpack.ini && \tno | pecl install -o -f redis && docker-php-ext-enable redis && \tphp -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\" && php composer-setup.php --install-dir=/usr/local/bin && rm composer-setup.php && \tcd /var/www && composer.phar install && \tcd /var/www/src && pnpm install --recursive && pnpm run build && \tln -s /var/www/html /var/www/public && \tchown www-data:www-data -R /var/www && \trm -rf /var/lib/apt/lists" did not complete successfully: exit code: 128
|
CI
The process '/usr/bin/git' failed with exit code 128
|