Files
docker-compose-hatthieves/production/fail2ban/fail2ban/Dockerfile
Your Name 8575996adb fail2ban
2020-05-27 17:48:44 +00:00

5 líneas
214 B
Docker

FROM debian:sid-slim
RUN apt update && apt -y upgrade && apt -y install fail2ban openssh-server rsyslog swaks host python3-pyinotify curl iptables && apt clean
RUN touch /var/log/fail2ban.log
WORKDIR /etc/fail2ban