I get this error since libpng12-dev is a dependency of zlib1g-dev (which is installed with "--no-install-recommends")
I am using this Image as a base for mediawiki:1.30.0.
Dockerfile (FROM php:7.1-apache).
The correct dependency should be libpng-dev.
How can we fix this?
I get this error since libpng12-dev is a dependency of zlib1g-dev (which is installed with "--no-install-recommends")
I am using this Image as a base for mediawiki:1.30.0.
Dockerfile (FROM php:7.1-apache).
The correct dependency should be libpng-dev.
How can we fix this?