davidk132/processwire-docker-compose

Problem running `docker-compose up`

fklement opened this issue · 1 comments

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 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y         libpq-dev         libzip-dev         libicu-dev         libfreetype6-dev         libjpeg62-turbo-dev         libpng12-dev         libwebp-dev         git         && docker-php-ext-configure gd --with-freetype-dir=/usr/include/         --with-jpeg-dir=/usr/include/         --with-png-dir=/usr/include/         && docker-php-ext-install -j$(nproc) gd         && docker-php-ext-install pdo         && docker-php-ext-install pdo_mysql         && docker-php-ext-install mysqli         && docker-php-ext-install intl         && docker-php-ext-install zip         && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Problem solved with #3