We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7ca92 commit 20fa8f0Copy full SHA for 20fa8f0
Dockerfile
@@ -32,5 +32,5 @@ COPY --from=builder /output/bin/* /usr/local/bin/
32
33
RUN apt-get update && \
34
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/*
+ iputils-ping iputils-tracepath mtr-tiny nftables procps tcpdump \
+ traceroute whois && rm -rf /var/lib/apt/lists/* /var/log/*
0 commit comments