Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 021789b

Browse files
authored
Include fail2ban-doc
1 parent 4f7b2d9 commit 021789b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN \
1313
echo "**** install runtime packages ****" && \
1414
apk add --no-cache --upgrade \
1515
curl \
16-
fail2ban && \
16+
fail2ban \
17+
fail2ban-doc && \
1718
echo "**** remove unnecessary fail2ban filters ****" && \
1819
rm \
1920
/etc/fail2ban/jail.d/alpine-ssh.conf && \

0 commit comments

Comments
 (0)