Skip to content

docker build: step 8 error #5

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

Open
NicAshby opened this issue Jul 12, 2020 · 2 comments
Open

docker build: step 8 error #5

NicAshby opened this issue Jul 12, 2020 · 2 comments

Comments

@NicAshby
Copy link

Step 8/8 : RUN apt-get -y --allow-downgrades install libsdl1.2debian/wheezy
---> Running in e5e44dccd723
Reading package lists...
E: The value 'stable' is invalid for APT::Default-Release as such a release is not available in the sources
The command '/bin/sh -c apt-get -y --allow-downgrades install libsdl1.2debian/wheezy' returned a non-zero code: 100

@NicAshby NicAshby changed the title docker built step 8 error docker build: step 8 error Jul 12, 2020
@mikec85
Copy link

mikec85 commented Sep 21, 2020

I am getting this same error any luck fixing it?

@mikec85
Copy link

mikec85 commented Sep 21, 2020

In the Dockerfile.base file I change
"RUN echo "APT::Default-release "stable";" > /etc/apt/apt.conf.d/10defaultRelease"
to
"RUN echo "APT::Default-release "wheezy";" > /etc/apt/apt.conf.d/10defaultRelease"

then it would complete.

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