Attempt to fix certbot

This commit is contained in:
Jamie Curnow
2022-02-06 18:37:42 +10:00
parent 48fdc6b669
commit 006ea6ac00
+2 -1
View File
@@ -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
#############