Skip to content

Commit 70095f1

Browse files
committed
Added zope python package
see: schleuss/certbot_dns_freedns#3
1 parent 888b26d commit 70095f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.certbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3
3636

3737
RUN pip install --no-cache-dir --upgrade pyopenssl \
3838
&& pip install --no-cache-dir cffi certbot cryptography \
39-
&& pip install tldextract
39+
&& pip install tldextract zope
4040

4141
#############
4242
# Final Image

0 commit comments

Comments
 (0)