Merge pull request #26 from frio/master

Explicitly install dnsutils during installation
This commit is contained in:
Jeff Lindsay
2013-06-20 17:20:31 -07:00

View File

@@ -3,7 +3,7 @@ DOKKU_STACK=${DOKKU_STACK:-"http://s3.amazonaws.com/progrium-dokku/progrium_buil
apt-get install -y linux-image-extra-`uname -r` software-properties-common
add-apt-repository -y ppa:dotcloud/lxc-docker
apt-get update && apt-get install -y lxc-docker git ruby nginx make
apt-get update && apt-get install -y lxc-docker git ruby nginx make dnsutils
cd ~ && git clone ${DOKKU_REPO}
cd dokku && make install
@@ -21,4 +21,4 @@ echo $HOSTNAME > /home/git/$HOSTFILE
echo
echo "Be sure to upload a public key for your user:"
echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\""
echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\""