diff --git a/precise/host/hooks/install.d/60-docker.sh b/precise/host/hooks/install.d/60-docker.sh index d8d5acb..112b5e1 100755 --- a/precise/host/hooks/install.d/60-docker.sh +++ b/precise/host/hooks/install.d/60-docker.sh @@ -14,13 +14,17 @@ if [ "$exname" == "bash" ]; then exit 1 fi fi -for bin in apt-get grep dpkg file lsb_release; do +for bin in apt-get grep dpkg file lsb_release yq; do if ! type -p "$bin" >/dev/null; then echo "Error: \`\`$bin\`\` not found" >&2 exit 1 fi done +## +## Install docker +## + STATIC_DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64" distro=$(lsb_release -is) diff --git a/precise/host/hooks/install.d/70-0k.sh b/precise/host/hooks/install.d/70-0k.sh index 1e4fb29..4978bf3 100755 --- a/precise/host/hooks/install.d/70-0k.sh +++ b/precise/host/hooks/install.d/70-0k.sh @@ -277,3 +277,22 @@ fi apt-get install -y pv buffer < /dev/null apt-get install -y postgresql-client