diff --git a/Dockerfile b/Dockerfile index d9e1275..e51faeb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -107,12 +107,12 @@ RUN \ certbot-dns-inwx \ certbot-dns-linode \ certbot-dns-luadns \ + certbot-dns-netcup \ certbot-dns-nsone \ certbot-dns-ovh \ certbot-dns-rfc2136 \ certbot-dns-route53 \ certbot-dns-transip \ - certbot-dns-netcup \ certbot-plugin-gandi \ cryptography \ requests && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f46a3f9..a32fee6 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -107,12 +107,12 @@ RUN \ certbot-dns-inwx \ certbot-dns-linode \ certbot-dns-luadns \ + certbot-dns-netcup \ certbot-dns-nsone \ certbot-dns-ovh \ certbot-dns-rfc2136 \ certbot-dns-route53 \ certbot-dns-transip \ - certbot-dns-netcup \ certbot-plugin-gandi \ cryptography \ requests && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 46e43b9..9fbc5e1 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -107,12 +107,12 @@ RUN \ certbot-dns-inwx \ certbot-dns-linode \ certbot-dns-luadns \ + certbot-dns-netcup \ certbot-dns-nsone \ certbot-dns-ovh \ certbot-dns-rfc2136 \ certbot-dns-route53 \ certbot-dns-transip \ - certbot-dns-netcup \ certbot-plugin-gandi \ cryptography \ requests && \