Update alpine.sh

Added pip3 package to install
This commit is contained in:
Ricardo Bárbara 2022-03-03 20:31:39 +00:00 committed by GitHub
parent 9b446c786a
commit 4c84d6756f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ runcmd apk upgrade
# Install dependancies
log "Installing dependencies"
runcmd 'apk add python3 openresty nodejs yarn openssl apache2-utils logrotate $DEVDEPS'
runcmd 'apk add python3 py3-pip openresty nodejs yarn openssl apache2-utils logrotate $DEVDEPS'
# Setup python env and PIP
log "Setting up python"
@ -256,4 +256,4 @@ log "Installation complete
\e[0mNginx Proxy Manager should be reachable at the following URL.
http://${IP}:81
"
"