You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
NicAshby
changed the title
docker built step 8 error
docker build: step 8 error
Jul 12, 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"
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
The text was updated successfully, but these errors were encountered: