feat: add prestashop #1
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk update && apk add --no-cache freetype-dev libjpeg-turbo-dev libpng-dev icu-dev libzip-dev gnu-libiconv sudo bash nodejs npm jq git $PHPIZE_DEPS && docker-php-ext-configure gd --with-jpeg --with-freetype && docker-php-ext-install gd intl mysqli pdo_mysql zip && pecl install apcu && docker-php-ext-enable apcu && curl https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -o /usr/local/bin/wait-for-it && chmod +x /usr/local/bin/wait-for-it && mkdir -p /var/log/php-fpm && curl \"https://raw.githubusercontent.com/EdieLemoine/envsubst/main/install.sh\" -o /tmp/install-envsubst.sh && sh /tmp/install-envsubst.sh v1.4.0 /usr/local/bin/envsubst && git clone --branch \"${PS_VERSION}\" --depth 1 --single-branch https://github.com/prestashop/prestashop.git . && rm -rf vendor && composer config --global cache-dir /tmp/.cache/composer && npm i -g yarn && yarn set version ${YARN_VERSION} && yarn config set --home enableTelemetry 0 && yarn config set enableGlobalCache true && yarn config set globalFolder /tmp/.cache/yarn && yarn config set logFilters --json '[ {\"code\":\"YN0060\",\"level\":\"discard\"}, {\"code\":\"YN0002\",\"level\":\"discard\"} ]' && yarn config set nodeLinker node-modules && yarn plugin import workspace-tools && chown -R www-data . && npm cache clean --force && yarn cache clean && composer clear-cache && apk del git" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading