-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"docker" provisioner fails on ubuntu/trusty64 #5697
Comments
👍 I can confirm the problem and solution |
I added a
|
👍 same problem, and the PR #5786 fixed it for me |
I also experience this problem. I can confirm that running a shell provisioning with apt-get update |
@boutros, your fix worked perfectly! |
This fixes an issue with not being able to install docker provisioner. Solution is from hashicorp/vagrant#5697
Fixed! |
+1 thanks for this. |
Hi, I have been experiencing the same kind of issue, but I have been experiencing 3 different failures for the same spot in the code. I am kind of thinking this is an Ubuntu issue, as it is more or less reproducible with 4 different versions of ubuntu/trusty64 vagrant boxes. Unauthenticated packages
Invalid GPG key
Apt-get fails to install a wireless dependency
Does anyone have an idea of why this would be failing? |
vagrant up
with a docker provisioning fails with the error below.I suspect the reason is a missing
apt-get update
in docker_install.rb because if I do this manually before, theapt-get install
works without problems.The text was updated successfully, but these errors were encountered: