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
> [2/3] RUN apt-get update && apt-get -y install curl zip jq:
0.834 Err:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages
0.834 404 Not Found
0.837 Reading package lists...
0.844 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
0.844 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
0.844 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
0.844 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages 404 Not Found
0.844 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages 404 Not Found
0.844 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.194.132 80]
0.844 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:11
--------------------
9 | LABEL "maintainer"="Shane Madden"
10 |
11 | >>> RUN apt-get update && apt-get -y install curl zip jq
12 |
13 | ADD entrypoint.sh /entrypoint.sh
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y install curl zip jq" did not complete successfully: exit code: 100
Here's what I think is the relevant part:
See https://github.com/fenhl/factorio-rubber-ducky/actions/runs/12936128127/job/36081023326 for a full log.
Seems to be trying to use Debian stretch, whose package sources are probably no longer available given that LTS stopped in 2022.
The text was updated successfully, but these errors were encountered: