Skip to content

Instantly share code, notes, and snippets.

@s3341458
Created November 24, 2018 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3341458/c1bcf6819173cc8f1c1691cf45818721 to your computer and use it in GitHub Desktop.
Save s3341458/c1bcf6819173cc8f1c1691cf45818721 to your computer and use it in GitHub Desktop.
docker build resource missing error
: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python2.7/libpython2.7-minimal_2.7.13-2+deb9u2_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python2.7/libpython2.7-stdlib_2.7.13-2+deb9u2_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python2.7/python2.7_2.7.13-2+deb9u2_amd64.deb 404 Not Found
E: Failed to fetch http://security-cdn.debian.org/debian-security/pool/updates/main/c/curl/libcurl3-gnutls_7.52.1-5+deb9u7_amd64.deb 404 Not Found
E: Failed to fetch http://security-cdn.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.9.110-3+deb9u4_amd64.deb 404 Not Found
E: Failed to fetch http://security-cdn.debian.org/debian-security/pool/updates/main/c/curl/curl_7.52.1-5+deb9u7_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/liba/libarchive-zip-perl/libarchive-zip-perl_1.59-1_all.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/libx/libx11/libx11-data_1.6.4-3_all.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python2.7/libpython2.7-dev_2.7.13-2+deb9u2_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python3.5/libpython3.5_3.5.3-1_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python3.5/libpython3.5-dev_3.5.3-1_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python2.7/python2.7-dev_2.7.13-2+deb9u2_amd64.deb 404 Not Found
E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/p/python3.5/python3.5-dev_3.5.3-1_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c apt-get install -y apt-transport-https curl python3.5 libpython3.5 python3.5-dev libpython3.5-dev libssl-dev virtualenv
python-cffi libcairo2 libpango1.0-dev locales libgdk-pixbuf2.0-0 shared-mime-info build-essential python3-cffi python-dev
python3-dev libffi-dev phpmd php-codesniffer postgresql-9.6' returned a non-zero code: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment