We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker-compose build fails with error
docker-compose build
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
The text was updated successfully, but these errors were encountered:
Use libpng-dev instead libpng12-dev and all be fine :)
Sorry, something went wrong.
No branches or pull requests
docker-compose build
fails with errorThe text was updated successfully, but these errors were encountered: