Question
Ubunutu + Dokku + Docker apt-get update issue
I installed the dokku-apt plugin, which runs the command “apt-get update” in a deploy script. When running during the deploy process, this line results in the following error:
Err: http://archive.ubuntu.com quantal/main amd64 Packages 404 Not Found [IP: 91.189.91.13 80]
However, when I simply log into my server and run “apt-get update”, everything works fine.
Anyone know why?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
This is an old thread but I wanted to reply in case it helps someone else. Here are the steps I took:
progrium/buildstep
docker image by runningdocker rmi progrium/buildstep
sudo BUILD_STACK=true DOKKU_VERSION=v0.2.3 make install
This should download the latest progrium/buildstep and progrium/cedarish so that you are no longer using quantal and instead you should be running trusty.