chore: remove unused dependancies

This commit is contained in:
Elton Renda 2021-03-02 17:22:49 +02:00
parent 984b68677e
commit e5b91d9f40

View File

@ -26,7 +26,7 @@ echo "fs.file-max = 65535" > /etc/sysctl.conf
# Install prerequisites
info "Installing prerequisites..."
apk add curl python3 git certbot jq openresty nodejs npm yarn openssl apache2-utils &>/dev/null
apk add python3 git certbot jq openresty nodejs npm yarn openssl apache2-utils &>/dev/null
python3 -m ensurepip &>/dev/null
if [ -f /etc/init.d/npm ]; then