一个老项目的node-slim 打包最近遇到错误了: RUN apt-get update && apt-get install nginx
1 2 3 4 5 6 7
$ docker build XXXX : E: Failed to fetch http://security.debian.org/dists/stretch/updates/main/binary-arm64/Packages 404 Not Found E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-arm64/Packages 404 Not Found E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-arm64/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. ERROR: executor failed running [/bin/sh -c apt-get update && apt-get install XXXXX]: exit code: 100