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
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Fetched 1595 kB in 1s (823 kB/s)
The command '/bin/sh -c apt-get install -y --force-yes --force-yes python python-dev python-distribute python-pip' returned a non-zero code: 100
Fix:
Add the following to the top of the docker file, after FROM: and MAINTAINER:
RUN apt-get update && apt-get install -y apt-transport-https
The text was updated successfully, but these errors were encountered:
Failiure to build docker file on my system, with error:
Get:20 http://httpredir.debian.org/debian/ jessie/main python-wheel all 0.24.0-1 [47.5 kB]
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/p/python2.7/libpython2.7_2.7.9-2_amd64.deb 404 Not Found [IP: 151.101.192.204 80]
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/p/python2.7/libpython2.7-dev_2.7.9-2_amd64.deb 404 Not Found [IP: 151.101.192.204 80]
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/p/python2.7/python2.7-dev_2.7.9-2_amd64.deb 404 Not Found [IP: 151.101.192.204 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Fetched 1595 kB in 1s (823 kB/s)
The command '/bin/sh -c apt-get install -y --force-yes --force-yes python python-dev python-distribute python-pip' returned a non-zero code: 100
Fix:
Add the following to the top of the docker file, after FROM: and MAINTAINER:
RUN apt-get update && apt-get install -y apt-transport-https
The text was updated successfully, but these errors were encountered: