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
For all cases error is:
Build failed: The command '/bin/sh -c apt-get update' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered:
normal source.list use archive.ubuntu.com
change for use
old-releases.ubuntu.com
example for 12.10
RUN echo "deb http://old-releases.ubuntu.com/ubuntu/ quantal main restricted universe multiverse" > /etc/apt/sources.list RUN echo "deb-src http://old-releases.ubuntu.com/ubuntu/ quantal main restricted universe multiverse" >> /etc/apt/sources.list RUN echo "deb http://old-releases.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse" >> /etc/apt/sources.list RUN echo "deb-src http://old-releases.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse" >> /etc/apt/sources.list RUN echo "deb http://old-releases.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse" >> /etc/apt/sources.list RUN echo "deb-src http://old-releases.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse" >> /etc/apt/sources.list RUN apt-get update
Sorry, something went wrong.
No branches or pull requests
For all cases error is:
The text was updated successfully, but these errors were encountered: