Added zope python package

see: https://github.com/schleuss/certbot_dns_freedns/issues/3
This commit is contained in:
Jamie Curnow
2024-05-21 13:23:55 +10:00
parent 888b26db94
commit 70095f1235
+1 -1
View File
@@ -36,7 +36,7 @@ RUN curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3
RUN pip install --no-cache-dir --upgrade pyopenssl \
&& pip install --no-cache-dir cffi certbot cryptography \
&& pip install tldextract
&& pip install tldextract zope
#############
# Final Image