diff --git a/precise/host/hooks/install.d/60-docker.sh b/precise/host/hooks/install.d/60-docker.sh index 6c4bc33..2729da1 100755 --- a/precise/host/hooks/install.d/60-docker.sh +++ b/precise/host/hooks/install.d/60-docker.sh @@ -3,6 +3,9 @@ need_restart= if ! type -p docker; then echo "Installing docker..." + type -p curl >dev/null || + apt-get install -y curl