Update alpine.sh
Added pip3 package to install
This commit is contained in:
parent
9b446c786a
commit
4c84d6756f
@ -89,7 +89,7 @@ runcmd apk upgrade
|
|||||||
|
|
||||||
# Install dependancies
|
# Install dependancies
|
||||||
log "Installing dependencies"
|
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
|
# Setup python env and PIP
|
||||||
log "Setting up python"
|
log "Setting up python"
|
||||||
@ -256,4 +256,4 @@ log "Installation complete
|
|||||||
\e[0mNginx Proxy Manager should be reachable at the following URL.
|
\e[0mNginx Proxy Manager should be reachable at the following URL.
|
||||||
|
|
||||||
http://${IP}:81
|
http://${IP}:81
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user