mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-05-18 07:40:36 +00:00
Add tldextract as required by certbot
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user