Skip to content

Commit 20fa8f0

Browse files
committed
Add tcpdump
1 parent ab7ca92 commit 20fa8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ COPY --from=builder /output/bin/* /usr/local/bin/
3232

3333
RUN apt-get update && \
3434
apt-get install -y hping3 iperf3 iproute2 iptables \
35-
iputils-ping iputils-tracepath mtr-tiny nftables procps traceroute \
36-
whois && rm -rf /var/lib/apt/lists/* /var/log/*
35+
iputils-ping iputils-tracepath mtr-tiny nftables procps tcpdump \
36+
traceroute whois && rm -rf /var/lib/apt/lists/* /var/log/*

0 commit comments

Comments
 (0)