Update alpine.sh

This commit is contained in:
踢低吸 2022-06-08 09:22:56 +08:00 committed by GitHub
parent 7df1f250c7
commit 62012fd7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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