Skip to content

Commit e012a8a

Browse files
committed
Add tldextract as required by certbot
1 parent bebe233 commit e012a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

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 --no-cache-dir cffi certbot \
41+
&& pip install tldextract
4142

4243
#############
4344
# Nginx Builder

0 commit comments

Comments
 (0)