add apache2-utils for access lists

This commit is contained in:
Elton Renda
2020-11-04 20:58:05 +02:00
parent 7c9baeeb96
commit 24a577ad1e

View File

@ -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