Skip to content

Commit

Permalink
Add ngrep
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Apr 11, 2024
1 parent cf221b6 commit d8b4507
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update \
gnupg2 \
kafkacat \
tcpdump \
ngrep \
&& rm -rf /var/lib/apt/lists/*

RUN echo "Erlang PPA setup" \
Expand Down
5 changes: 5 additions & 0 deletions test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ load test_helper
run check_cmd "tcpdump --version"
[ "$status" -eq 0 ]
}

@test "ngrep" {
run check_cmd "ngrep -V"
[ "$status" -eq 0 ]
}

0 comments on commit d8b4507

Please sign in to comment.