From 2107793f7f7cf47342f4bcaa2817b946126e25f3 Mon Sep 17 00:00:00 2001 From: j-marz Date: Thu, 1 Aug 2019 21:37:02 +1000 Subject: [PATCH] install whois package for use with fail2ban action_mwl email notification --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a959523c..d160e323 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,7 @@ RUN apt-get update -q --fix-missing && \ postgrey \ unrar-free \ unzip \ + whois \ xz-utils \ zoo \ && \