We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888b26d commit 70095f1Copy full SHA for 70095f1
docker/Dockerfile.certbot
@@ -36,7 +36,7 @@ RUN curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3
36
37
RUN pip install --no-cache-dir --upgrade pyopenssl \
38
&& pip install --no-cache-dir cffi certbot cryptography \
39
- && pip install tldextract
+ && pip install tldextract zope
40
41
#############
42
# Final Image
0 commit comments