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
FROM mobtitude/php-xdebug:7.0-apache
Error:
> [ 2/20] RUN apt-get update && apt-get upgrade -y && apt-get install -y libpng-dev libzip-dev dos2unix libjpeg62-turbo-dev ... 0.413 Err:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages 0.413 404 Not Found [IP: 151.101.130.132 80]
Possible resolve: https://unix.stackexchange.com/questions/743839/apt-get-update-failed-to-fetch-debian-amd64-packages-while-building-dockerfile-f
Partial resolve (before apt-get): RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FROM mobtitude/php-xdebug:7.0-apache
Error:
Possible resolve:
https://unix.stackexchange.com/questions/743839/apt-get-update-failed-to-fetch-debian-amd64-packages-while-building-dockerfile-f
Partial resolve (before apt-get):
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
The text was updated successfully, but these errors were encountered: