00:00:18
Nov 08, 2018
Step 2/6 : RUN apk add --no-cache --update nginx supervisor make freetype libpng libjpeg-turbo freetype-dev libpng-dev libjpeg-turbo-dev zlib-dev libicu-dev g++ && docker-php-ext-configure gd --with-gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && NPROC=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && docker-php-ext-install -j${NPROC} opcache mysqli pdo pdo_mysql gd zip intl && apk del --no-cache freetype-dev libpng-dev libjpeg-turbo-dev ---> Running in 573aeef3b1cffetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gzfetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gzERROR: unsatisfiable constraints: libicu-dev (missing): required by: world[libicu-dev]The 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 libicu-dev g++ && docker-php-ext-configure gd --with-gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && NPROC=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && docker-php-ext-install -j${NPROC} opcache mysqli pdo pdo_mysql gd zip intl && apk del --no-cache freetype-dev libpng-dev libjpeg-turbo-dev' returned a non-zero code: 1ERROR: Job failed: error executing remote command: command terminated with non-zero exit code: Error executing in Docker Container: 1