jupyter / docker-demo-images

Demo images for use in try.jupyter.org and tmpnb.org
BSD 3-Clause "New" or "Revised" License
75 stars 132 forks source link

Fix 'E: Unable to fetch some archives' #69

Closed snowch closed 9 years ago

snowch commented 9 years ago

I ran into the following issue trying to run docker build:

...
...
Get:23 http://httpredir.debian.org/debian/ jessie/main python3-gi amd64 3.14.0-1 [454 kB]
Fetched 10.8 MB in 13s (776 kB/s)
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/a/apt/libapt-inst1.5_1.0.9.8_amd64.deb  404  Not Found [IP: 46.43.34.31 80]

E: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/dbus/libdbus-1-3_1.8.18-0+deb8u1_amd64.deb  404  Not Found [IP: 46.43.34.31 80]

E: Failed to fetch http://httpredir.debian.org/debian/pool/main/a/apt/apt-utils_1.0.9.8_amd64.deb  404  Not Found [IP: 46.43.34.31 80]

E: Failed to fetch http://httpredir.debian.org/debian/pool/main/p/python-apt/python3-apt_0.9.3.11_amd64.deb  404  Not Found [IP: 5.10.144.130 80]

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 --no-install-recommends software-properties-common && apt-get clean' returned a non-zero code: 100
snowch commented 9 years ago

I'll create a new pull request for this.