Merge pull request #1698 from pmvieira/pv/vagrant-with-curl

if the repo we are pushing has a CHECKS file...
This commit is contained in:
Michael Hobbs
2015-11-19 07:43:27 -05:00

View File

@@ -99,6 +99,7 @@ plugn:
tar xzf /tmp/plugn_latest.tgz -C /usr/local/bin
docker: aufs
apt-get install -qq -y curl
egrep -i "^docker" /etc/group || groupadd docker
usermod -aG docker dokku
ifndef CI