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
I am trying to set up a local docker image using the dockerfile from sciruby on docker on my macOS, and I'm running into the following error during RUN apt-get update
Step 4/9 : RUN apt-get update
---> Running in 4ce323dcf26b
Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://httpredir.debian.org jessie InRelease
Get:2 http://httpredir.debian.org jessie-updates InRelease [7,340 B]
Get:3 http://httpredir.debian.org jessie Release.gpg [2,420 B]
Get:4 http://httpredir.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [865 kB]
Get:6 http://httpredir.debian.org jessie/main amd64 Packages [9,098 kB]
Fetched 10.2 MB in 14s (720 kB/s)
W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update' returned a non-zero code: 100
I am investigating the internet to find a solution, but if any of you ran into the same problem or have any idea, I would gladly take it