From 11e190653d6e61fdef01b278a7a49584b37b3010 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 18 Oct 2023 22:47:40 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 248cd02..21093d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,18 +5,18 @@ RUN apk add --no-cache ca-certificates build-base libffi-dev go && \ pip install --no-cache-dir certbot \ \ certbot-dns-cloudflare \ - certbot-dns-digitalocean \ - certbot-dns-dnsimple \ - certbot-dns-dnsmadeeasy \ - certbot-dns-gehirn \ +# certbot-dns-digitalocean \ +# certbot-dns-dnsimple \ +# certbot-dns-dnsmadeeasy \ +# certbot-dns-gehirn \ certbot-dns-google \ - certbot-dns-linode \ - certbot-dns-luadns \ - certbot-dns-nsone \ - certbot-dns-ovh \ +# certbot-dns-linode \ +# certbot-dns-luadns \ +# certbot-dns-nsone \ +# certbot-dns-ovh \ certbot-dns-rfc2136 \ - certbot-dns-route53 \ - certbot-dns-sakuracloud \ +# certbot-dns-route53 \ +# certbot-dns-sakuracloud \ \ certbot-dns-multi