Skip to content

Commit

Permalink
Add tcpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Aug 22, 2023
1 parent b3bb5b0 commit 6e739a1
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 \
xz-utils \
gnupg2 \
kafkacat \
tcpdump \
&& rm -rf /var/lib/apt/lists/*

# RabbitMQ tools
Expand Down
5 changes: 5 additions & 0 deletions test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,8 @@ load test_helper
run check_cmd "kaf help"
[ "$status" -eq 0 ]
}

@test "tcpdump" {
run check_cmd "tcpdump --version"
[ "$status" -eq 0 ]
}

0 comments on commit 6e739a1

Please sign in to comment.