fix(prestashop): fix building themes in prestashop 8 #5
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/sh -c PHP_VERSION=\"$(php -r \"echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;\")\" && apk update && apk add --no-cache freetype-dev libjpeg-turbo-dev libpng-dev icu-dev libzip-dev gnu-libiconv sudo bash jq git $PHPIZE_DEPS && if [ \"${PHP_VERSION}\" -lt \"74\" ]; then docker-php-ext-configure gd --with-jpeg-dir=/usr/include/ --with-freetype-dir=/usr/include/; else docker-php-ext-configure gd --with-jpeg --with-freetype; fi && 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 config set cache /tmp/.cache/npm && chown -R www-data . && npm cache clean --force && yarn cache clean && composer clear-cache && apk del git" did not complete successfully: exit code: 127
|
The logs for this run have expired and are no longer available.
Loading