sonos-pi-controller
sonos-pi-controller copied to clipboard
docker build: step 8 error
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
I am getting this same error any luck fixing it?
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.