From 7ee5e3a45f5544153d184740a2891cba32e90d22 Mon Sep 17 00:00:00 2001 From: "emulator.chen" Date: Mon, 12 Aug 2024 23:00:37 +0800 Subject: [PATCH] add duckdns dns-01 challenge plugin --- src/Dockerfile | 3 ++- src/Dockerfile-alpine | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index ac39f23..0c97230 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -17,7 +17,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \ route53 \ sakuracloud \ ionos \ - bunny + bunny \ + duckdns # Needed in order to install Python packages via PIP after PEP 668 was # introduced, but I believe this is safe since we are in a container without diff --git a/src/Dockerfile-alpine b/src/Dockerfile-alpine index 670a07e..01866df 100644 --- a/src/Dockerfile-alpine +++ b/src/Dockerfile-alpine @@ -17,7 +17,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \ route53 \ sakuracloud \ ionos \ - bunny + bunny \ + duckdns # Needed in order to install Python packages via PIP after PEP 668 was # introduced, but I believe this is safe since we are in a container without