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

the docker does not build anymore due to the outdated repo #1

Open
gogo2464 opened this issue Nov 13, 2024 · 0 comments
Open

the docker does not build anymore due to the outdated repo #1

gogo2464 opened this issue Nov 13, 2024 · 0 comments

Comments

@gogo2464
Copy link

The command great_scott$ sudo docker build -t great_scott . shows:

12.81 Ign:9 http://deb.debian.org/debian stretch/main all Packages
12.85 Err:10 http://deb.debian.org/debian stretch/main amd64 Packages
12.85   404  Not Found [IP: 151.101.66.132 80]
12.93 Err:11 http://deb.debian.org/debian stretch-updates/main amd64 Packages
12.93   404  Not Found [IP: 151.101.66.132 80]
13.05 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
13.07 Reading package lists...
13.08 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
13.09 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
13.09 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
13.09 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.2.132 80]
13.09 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found [IP: 151.101.66.132 80]
13.09 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.66.132 80]
13.09 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:3
--------------------
   1 |     FROM ruby:2.5.1
   2 |     
   3 | >>> RUN apt-get update && apt-get install -y sqlite3 nodejs && rm -rf /var/lib/apt/lists/*
   4 |     
   5 |     WORKDIR /usr/src/app
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y sqlite3 nodejs && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit 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