add apache2-utils for access lists
This commit is contained in:
@ -25,7 +25,7 @@ echo "fs.file-max = 65535" > /etc/sysctl.conf
|
|||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
info "Installing prerequisites..."
|
info "Installing prerequisites..."
|
||||||
apk add python3 git certbot jq openresty nodejs npm yarn openssl &>/dev/null
|
apk add python3 git certbot jq openresty nodejs npm yarn openssl apache2-utils &>/dev/null
|
||||||
python3 -m ensurepip &>/dev/null
|
python3 -m ensurepip &>/dev/null
|
||||||
|
|
||||||
if [ -f /etc/init.d/npm ]; then
|
if [ -f /etc/init.d/npm ]; then
|
||||||
|
Reference in New Issue
Block a user