We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6877edf commit c9689f3Copy full SHA for c9689f3
1 file changed
Dockerfile
@@ -31,13 +31,15 @@ RUN apt-get update -qq && \
31
jq \
32
dnsutils \
33
tcpdump \
34
+ termshark \
35
traceroute \
36
iputils-ping \
37
iptables \
38
net-tools \
39
ncat \
40
iproute2 \
41
strace \
42
+ lsof \
43
telnet \
44
openssl \
45
psmisc \
@@ -46,6 +48,7 @@ RUN apt-get update -qq && \
46
48
conntrack \
47
49
llvm-13 llvm-13-tools \
50
wget \
51
+ watch \
52
bpftool
53
54
# Install crictl
0 commit comments