🐛 fix wheel not found
This commit is contained in:
parent
0e4df5d5d8
commit
7df1f250c7
@ -95,6 +95,8 @@ runcmd 'apk add python3 openresty nodejs yarn openssl apache2-utils logrotate $D
|
|||||||
log "Setting up python"
|
log "Setting up python"
|
||||||
python3 -m venv /opt/certbot/
|
python3 -m venv /opt/certbot/
|
||||||
runcmd python3 -m ensurepip --upgrade
|
runcmd python3 -m ensurepip --upgrade
|
||||||
|
# Before Install certbot make sure pip and wheel are update and installed.
|
||||||
|
runcmd pip3 install --no-cache-dir pip wheel
|
||||||
# Install certbot and python dependancies
|
# Install certbot and python dependancies
|
||||||
runcmd pip3 install --no-cache-dir -U cryptography==3.3.2
|
runcmd pip3 install --no-cache-dir -U cryptography==3.3.2
|
||||||
runcmd pip3 install --no-cache-dir cffi certbot
|
runcmd pip3 install --no-cache-dir cffi certbot
|
||||||
@ -256,4 +258,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