From f23595d0b92ce6c5020a256fd56ef98486ca88f5 Mon Sep 17 00:00:00 2001 From: Tristan Bastian Date: Sun, 1 Nov 2020 00:22:39 +0100 Subject: [PATCH] reorder netcup plugin to sort plugin list alphabetically --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 && \