From 4dbff6a91907ab3d9554b5eed22aa68a0af6c916 Mon Sep 17 00:00:00 2001 From: Ingo Gottwald Date: Mon, 9 Feb 2026 13:45:10 +0100 Subject: [PATCH] Add more debug tools This adds termshark, lsof and the watch command. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8e11884..0922b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update -qq && \ jq \ dnsutils \ tcpdump \ + termshark \ traceroute \ iputils-ping \ iptables \ @@ -38,6 +39,7 @@ RUN apt-get update -qq && \ ncat \ iproute2 \ strace \ + lsof \ telnet \ openssl \ psmisc \ @@ -46,6 +48,7 @@ RUN apt-get update -qq && \ conntrack \ llvm-13 llvm-13-tools \ wget \ + watch \ bpftool # Install crictl