Add tldextract as required by certbot

This commit is contained in:
Jamie Curnow
2021-11-01 09:12:26 +10:00
parent bebe2338a6
commit e012a8a6d7
+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 --no-cache-dir cffi certbot \
&& pip install tldextract
#############
# Nginx Builder