Update alpine.sh
This commit is contained in:
parent
7df1f250c7
commit
62012fd7f8
@ -96,7 +96,7 @@ log "Setting up python"
|
||||
python3 -m venv /opt/certbot/
|
||||
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
|
||||
runcmd pip3 install --no-cache-dir -U pip wheel
|
||||
# Install certbot and python dependancies
|
||||
runcmd pip3 install --no-cache-dir -U cryptography==3.3.2
|
||||
runcmd pip3 install --no-cache-dir cffi certbot
|
||||
|
Loading…
Reference in New Issue
Block a user