From f4c15c3b3a89fb1a1e0302ddf2d60753d6b01832 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 6 Feb 2022 00:05:02 +0100 Subject: [PATCH] Add nagios-plugins-tcp for imap and jabber --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c1de2dd..fdb8e7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN apk add --no-cache \ nagios-plugins-smtp \ nagios-plugins-ssh \ nagios-plugins-ssl_validity \ + nagios-plugins-tcp \ nagios-web \ nrpe-plugin \ ssmtp && \