From 62012fd7f82d3b8fc4483a60a8b6724c8d19327f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Wed, 8 Jun 2022 09:22:56 +0800 Subject: [PATCH] Update alpine.sh --- lxc/nginx-proxy-manager/install/alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/nginx-proxy-manager/install/alpine.sh b/lxc/nginx-proxy-manager/install/alpine.sh index e61f56b..72e5a43 100644 --- a/lxc/nginx-proxy-manager/install/alpine.sh +++ b/lxc/nginx-proxy-manager/install/alpine.sh @@ -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