From c5026cafa1e8a71b5a11789b7434e118342d7cfa Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 4 Oct 2014 07:49:32 -0400 Subject: [PATCH] Ensure curl is installed before using command --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1584e63d4..8ca2b4bb7 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ pluginhook: dpkg -i /tmp/pluginhook_0.1.0_amd64.deb docker: aufs + apt-get install -qq -y curl egrep -i "^docker" /etc/group || groupadd docker usermod -aG docker dokku curl --silent https://get.docker.io/gpg | apt-key add -