From 11d02372443dad4a4264bbb71506481970103c34 Mon Sep 17 00:00:00 2001 From: snorkrat Date: Tue, 6 Jun 2023 15:14:14 +0100 Subject: [PATCH] Update Dockerfile added godaddy support --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e52ca45..384bdcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN pip install certbot \ pip install certbot-dns-dnsmadeeasy \ pip install certbot-dns-gehirn \ pip install certbot-dns-google \ + pip install certbot-dns-godaddy \ pip install certbot-dns-linode \ pip install certbot-dns-luadns \ pip install certbot-dns-nsone \