1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Merge pull request #1203 from j-marz/fail2ban_whois

install whois package for use with fail2ban
This commit is contained in:
Erik Wramner
2019-08-03 13:19:49 +02:00
committed by GitHub

View File

@ -68,6 +68,7 @@ RUN apt-get update -q --fix-missing && \
postgrey \
unrar-free \
unzip \
whois \
xz-utils \
zoo \
&& \