mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Fix issue where certain hosts will not have add-apt-repository installed due to missing packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user