From 006ea6ac0071b21740ec6aef3c91546a6ddc37f5 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Sun, 6 Feb 2022 18:37:42 +1000 Subject: [PATCH] Attempt to fix certbot --- docker/Dockerfile.certbot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile.certbot b/docker/Dockerfile.certbot index 3eb2348..850caed 100644 --- a/docker/Dockerfile.certbot +++ b/docker/Dockerfile.certbot @@ -37,7 +37,8 @@ RUN if [ "$(getconf LONG_BIT)" = "32" ]; then \ pip3 install --no-cache-dir -U cryptography==3.3.2; \ fi -RUN pip install --no-cache-dir cffi certbot \ +RUN pip install cryptography==2.8 \ + pip install --no-cache-dir cffi certbot \ && pip install tldextract #############