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

Commit ef44050

Browse files
authored
Add jq
1 parent afc8d2e commit ef44050

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
@@ -14,7 +14,8 @@ RUN \
1414
apk add --no-cache --upgrade \
1515
curl \
1616
fail2ban \
17-
fail2ban-doc && \
17+
fail2ban-doc \
18+
jq && \
1819
echo "**** cleanup ****" && \
1920
rm -rf \
2021
/root/.cache \

0 commit comments

Comments
 (0)