pr #1718: Fetch docker gpg over https

Upstream-commit: 91ee67954961e9f8e5b4827022c2a3aee7997253
Component: engine
This commit is contained in:
Daniel Mizyrycki
2013-09-03 17:14:49 -07:00
parent 65eaa57cc6
commit c7a7785d65
+1 -1
View File
@@ -17,7 +17,7 @@ Vagrant::Config.run do |config|
# Provision docker and new kernel if deployment was not done
if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?
# Add lxc-docker package
pkg_cmd = "wget -q -O - http://get.docker.io/gpg | apt-key add -;" \
pkg_cmd = "wget -q -O - https://get.docker.io/gpg | apt-key add -;" \
"echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list;" \
"apt-get update -qq; apt-get install -q -y --force-yes lxc-docker; "
# Add Ubuntu raring backported kernel