Fix issue where certain hosts will not have add-apt-repository installed due to missing packages

This commit is contained in:
Jose Diaz-Gonzalez
2014-10-04 07:49:56 -04:00
parent c5026cafa1
commit a67c2c927d

View File

@@ -2,6 +2,7 @@
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
# latest stable NGINX 1.4.x with websocket support
apt-get install -qq -y software-properties-common python-software-properties
add-apt-repository -y ppa:nginx/stable
apt-get update
apt-get install -qq -y nginx dnsutils