pr #1718: Fetch docker gpg over https

This commit is contained in:
Daniel Mizyrycki 2013-09-03 17:14:49 -07:00
parent 52fe452497
commit 91ee679549
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
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