diff --git a/docker/Dockerfile.certbot b/docker/Dockerfile.certbot index a1c0d15..843c525 100644 --- a/docker/Dockerfile.certbot +++ b/docker/Dockerfile.certbot @@ -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