From 4b783cb9f1d6e7d0120f2fbbf4df4d08ff8ff0d0 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 20 Apr 2023 15:15:22 -0300 Subject: [PATCH] feat: support njalla sutty/sutty#13159 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6589f35..10068d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER "f " RUN addgroup -S -g 777 ssl RUN install -dm 2700 -o root -g root /root/.ssh -RUN apk add --no-cache certbot jq wget openssh-client rsync +RUN apk add --no-cache certbot jq wget openssh-client rsync certbot-dns-njalla COPY ./monit.conf /etc/monit.d/certbot.conf COPY ./certbotd.sh /usr/local/bin/certbotd