docker-compose up
Building php
[WARNING]: Empty continuation line found in:
RUN apt-get update && apt-get install -y curl wget git libfreetype6-dev libjpeg62-turbo-dev libxslt-dev libicu-dev libmcrypt-dev libpng12-dev libxml2-dev && docker-php-ext-install -j$(nproc) iconv mcrypt mbstring pdo_pgsql zip && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd
[WARNING]: Empty continuation lines will become errors in a future release.
Step 1/10 : FROM php:7.0-fpm
7.0-fpm: Pulling from library/php
177e7ef0df69: Pull complete
9bf89f2eda24: Pull complete
350207dcf1b7: Pull complete
a8a33d96b4e7: Pull complete
8069cdba34b5: Pull complete
25ae788babab: Pull complete
1df95586682b: Pull complete
4c66f054f322: Pull complete
b7221dc910cf: Pull complete
71b3dbdbc6f4: Pull complete
Digest: sha256:8e8644c0fd61424939fff072ca617469550bbb659158301a2dcadf334746a1c2
Status: Downloaded newer image for php:7.0-fpm
---> 29e9a8718c7b
Step 2/10 : RUN apt-get update && apt-get install -y curl wget git libfreetype6-dev libjpeg62-turbo-dev libxslt-dev libicu-dev libmcrypt-dev libpng12-dev libxml2-dev && docker-php-ext-install -j$(nproc) iconv mcrypt mbstring pdo_pgsql zip && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd
---> Running in f2350231ef18
Get:1
security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Ign:2
deb.debian.org/debian stretch InRelease
Get:3
deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:4
security.debian.org/debian-security stretch/updates/main amd64 Packages [527 kB]
Get:5
deb.debian.org/debian stretch Release [118 kB]
Get:6
deb.debian.org/debian stretch Release.gpg [2410 B]
Get:7
deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
Get:8
deb.debian.org/debian stretch/main amd64 Packages [7083 kB]
Fetched 7944 kB in 4s (1960 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Package libpng12-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libpng12-dev' has no installation candidate
ERROR: Service 'php' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y curl wget git libfreetype6-dev libjpeg62-turbo-dev libxslt-dev libicu-dev libmcrypt-dev libpng12-dev libxml2-dev && docker-php-ext-install -j$(nproc) iconv mcrypt mbstring pdo_pgsql zip && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd' returned a non-zero code: 100