remove zope again and switch to other dnspod plugin

This commit is contained in:
Zoey
2023-04-06 16:48:40 +02:00
parent 81f62c50b6
commit 66b6cca78e
3 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ RUN apk add --no-cache ca-certificates tzdata \
coreutils grep jq curl \
build-base libffi-dev && \
# Install Certbot
pip install --no-cache-dir certbot zope && \
pip install --no-cache-dir certbot && \
# Clean
apk del --no-cache build-base libffi-dev