We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fdc6b commit 006ea6aCopy full SHA for 006ea6a
docker/Dockerfile.certbot
@@ -37,7 +37,8 @@ RUN if [ "$(getconf LONG_BIT)" = "32" ]; then \
37
pip3 install --no-cache-dir -U cryptography==3.3.2; \
38
fi
39
40
-RUN pip install --no-cache-dir cffi certbot \
+RUN pip install cryptography==2.8 \
41
+ pip install --no-cache-dir cffi certbot \
42
&& pip install tldextract
43
44
#############
0 commit comments