I beleave that you need to update your image node:*jessie* series.
It appears that jessie-updates source doesn't exist on any mirror.
$ docker run --rm -it node:8.10-slim cat /etc/apt/sources.listdeb http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org jessie/updates main
$ docker run --rm -it node:8.10-slim apt-get updateGet:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://deb.debian.org jessie InRelease
Ign http://deb.debian.org jessie-updates InRelease
Get:2 http://security.debian.org jessie/updates/main amd64 Packages [825 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2420 B]
Ign http://deb.debian.org jessie-updates Release.gpg
Get:4 http://deb.debian.org jessie Release [148 kB]
Ign http://deb.debian.org jessie-updates Release
Get:5 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
404 Not Found [IP: 151.101.92.204 80]
Fetched 10.1 MB in 12s (810 kB/s)
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.92.204 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
See #1013
You'll need to make one of the following changes:
node:8.15-jessie-slimnode:8.15-jessie-slim or node:8.15-slim (which defaults to stretch)Thanks by your tip, @chorrell !
Unfortunately, my app haven't been homologated to work with node > 8.10 so far.
So, my workaround is RUN sed '/jessie-updates/d' -i /etc/apt/sources.list && apt... :sweat_smile:
Many thanks.
Can we close this issue?
Closing since 8 is EOL
Most helpful comment
Thanks by your tip, @chorrell !
Unfortunately, my app haven't been homologated to work with node > 8.10 so far.
So, my workaround is
RUN sed '/jessie-updates/d' -i /etc/apt/sources.list && apt...:sweat_smile:Many thanks.