Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails, package 'libpng12-dev' has no installation candidate #6

Open
nitrok opened this issue Nov 6, 2018 · 1 comment
Open

Comments

@nitrok
Copy link
Contributor

nitrok commented Nov 6, 2018

docker-compose build fails with error

E: Package 'libpng12-dev' has no installation candidate
ERROR: Service 'egeya' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y libpng12-dev libjpeg-dev libmcrypt-dev unzip git     && rm -rf /var/lib/apt/lists/*     && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr     && docker-php-ext-install gd mcrypt mbstring mysqli pdo_mysql zip' returned a non-zero code: 100
@nitrok nitrok changed the title fails to build docker containers libpng12-dev Build fails, package 'libpng12-dev' has no installation candidate Nov 6, 2018
@Ahton89
Copy link

Ahton89 commented Sep 21, 2019

Use libpng-dev instead libpng12-dev and all be fine :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants