sonos-pi-controller icon indicating copy to clipboard operation
sonos-pi-controller copied to clipboard

docker build: step 8 error

Open NicAshby opened this issue 4 years ago • 2 comments

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 avatar Jul 12 '20 05:07 NicAshby

I am getting this same error any luck fixing it?

mikec85 avatar Sep 21 '20 14:09 mikec85

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.

mikec85 avatar Sep 21 '20 21:09 mikec85