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

Docker throws error about jessie-backports not having a release file #3

Open
mikealeonetti opened this issue Aug 7, 2019 · 0 comments

Comments

@mikealeonetti
Copy link

When I run docker-compose build I get the following error:

Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container 33607d947ea1
 ---> 9ce50bf458ee
Step 6/21 : RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
 ---> Running in 9b0e374a5316
Removing intermediate container 9b0e374a5316
 ---> e356a67938d7
Step 7/21 : RUN apt-get update -y
 ---> Running in 97c00456d9d7
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Ign:3 http://deb.debian.org/debian jessie-backports InRelease
Err:4 http://deb.debian.org/debian jessie-backports Release
  404  Not Found [IP: 199.232.36.204 80]
Hit:5 http://security.debian.org/debian-security buster/updates InRelease
Reading package lists...
E: The repository 'http://deb.debian.org/debian jessie-backports Release' does not have a Release file.
ERROR: Service 'pjsip' failed to build: The command '/bin/sh -c apt-get update -y' returned a non-zero code: 100
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

1 participant