Skip to content

Commit 4dbff6a

Browse files
committed
Add more debug tools
This adds termshark, lsof and the watch command.
1 parent 6877edf commit 4dbff6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ RUN apt-get update -qq && \
3131
jq \
3232
dnsutils \
3333
tcpdump \
34+
termshark \
3435
traceroute \
3536
iputils-ping \
3637
iptables \
3738
net-tools \
3839
ncat \
3940
iproute2 \
4041
strace \
42+
lsof \
4143
telnet \
4244
openssl \
4345
psmisc \
@@ -46,6 +48,7 @@ RUN apt-get update -qq && \
4648
conntrack \
4749
llvm-13 llvm-13-tools \
4850
wget \
51+
watch \
4952
bpftool
5053

5154
# Install crictl

0 commit comments

Comments
 (0)