diff --git a/bootstrap.sh b/bootstrap.sh index aa619fa03..09087b613 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ export DEBIAN_FRONTEND=noninteractive export DOKKU_REPO=${DOKKU_REPO:-"https://github.com/progrium/dokku.git"} apt-get update -apt-get install -y git make curl +apt-get install -y git make curl software-properties-common cd ~ && test -d dokku || git clone $DOKKU_REPO cd dokku && test $DOKKU_BRANCH && git checkout origin/$DOKKU_BRANCH || true