00:00:53
Dec 08, 2019
Executing busybox-1.30.1-r2.triggerOK: 311 MiB in 78 packagesConfiguring for:PHP Api Version: 20190902Zend Module Api No: 20190902Zend Extension Api No: 320190902configure: error: unrecognized options: --with-gd, --with-freetype-dir, --with-png-dir, --with-jpeg-dirThe command '/bin/sh -c apk add --no-cache --update nginx supervisor make freetype libpng libjpeg-turbo freetype-dev libpng-dev libjpeg-turbo-dev zlib-dev icu-dev libzip-dev g++ libsodium && docker-php-ext-configure gd --with-gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-configure intl && NPROC=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && curl -L -o /tmp/redis.tar.gz https://github.com/phpredis/phpredis/archive/5.1.0.tar.gz && tar xfz /tmp/redis.tar.gz && rm -r /tmp/redis.tar.gz && mv phpredis-5.1.0 /usr/src/php/ext/redis && docker-php-ext-install -j${NPROC} opcache mysqli pdo pdo_mysql gd zip intl redis && apk del --no-cache freetype-dev libpng-dev libjpeg-turbo-dev zlib-dev g++' returned a non-zero code: 1ERROR: Job failed: exit code 1