turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
927 stars 581 forks source link

Adding --fix-missing to redis base image Dockerfile #43

Closed richardx14 closed 7 years ago

richardx14 commented 7 years ago

Had some issues building the redis_base image - see error below. I seem to have fixed this by adding --fix-missing to the first apt-get ....

Error message

---> Running in 8c89311e9cc3 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/unattended-upgrades/unattended-upgrades_0.90ubuntu0.5_all.deb 404 Not Found [IP: 91.189.88.152 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?