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

Failing builds for 12.10 13.04 13.10 #2

Open
rastasheep opened this issue Feb 23, 2016 · 1 comment
Open

Failing builds for 12.10 13.04 13.10 #2

rastasheep opened this issue Feb 23, 2016 · 1 comment

Comments

@rastasheep
Copy link
Owner

For all cases error is:

Build failed: The command '/bin/sh -c apt-get update' returned a non-zero code: 100
@amidevous
Copy link

amidevous commented Nov 17, 2023

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

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