Switch all gpg key retrieval to use docker.com

This commit is contained in:
Jose Diaz-Gonzalez
2015-03-19 21:08:31 -04:00
parent aee8ada6d0
commit 95ae41b2fd
3 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ function install_prerequisites {
sudo apt-get install -qq -y curl > /dev/null 2>&1
logit "Installing docker gpg key"
curl --silent https://get.docker.io/gpg 2> /dev/null | apt-key add - > /dev/null 2>&1
curl --silent https://get.docker.com/gpg 2> /dev/null | apt-key add - > /dev/null 2>&1
logit "Installing dokku gpg key"
curl --silent https://packagecloud.io/gpg.key 2> /dev/null | apt-key add - > /dev/null 2>&1