From 91ee67954961e9f8e5b4827022c2a3aee7997253 Mon Sep 17 00:00:00 2001 From: Daniel Mizyrycki Date: Tue, 3 Sep 2013 17:14:49 -0700 Subject: [PATCH] pr #1718: Fetch docker gpg over https --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 4767a8b1cc..0b4df3d684 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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