[Watchdog] smtp-cli 3.10 (yay) and a new check for IPv6 configuration problems

This commit is contained in:
andryyy
2019-12-02 14:23:54 +01:00
parent d7af6c38e7
commit 9998a9ef28
2 changed files with 33 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ RUN apk add --update \
bind-tools \
redis \
perl \
perl-net-dns \
perl-io-socket-ssl \
perl-io-socket-inet6 \
perl-socket \
@@ -29,7 +30,7 @@ RUN apk add --update \
tini \
tzdata \
whois \
&& curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \
&& curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.10/smtp-cli -o /smtp-cli \
&& chmod +x smtp-cli
COPY watchdog.sh /watchdog.sh