Skip to content

Commit 006ea6a

Browse files
committed
Attempt to fix certbot
1 parent 48fdc6b commit 006ea6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.certbot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ RUN if [ "$(getconf LONG_BIT)" = "32" ]; then \
3737
pip3 install --no-cache-dir -U cryptography==3.3.2; \
3838
fi
3939

40-
RUN pip install --no-cache-dir cffi certbot \
40+
RUN pip install cryptography==2.8 \
41+
pip install --no-cache-dir cffi certbot \
4142
&& pip install tldextract
4243

4344
#############

0 commit comments

Comments
 (0)