From 430e8b1942a571e0caff2df901b6495a812fc97e Mon Sep 17 00:00:00 2001 From: Tobias Hintze Date: Tue, 25 Feb 2025 20:53:44 +0100 Subject: [PATCH] add more diagnostic tools --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index 82c64ca..87da714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,13 +16,22 @@ FROM debian:bookworm-slim AS run-stage # make the container slightly more useful for diagostics RUN apt-get update && apt-get install -qq -y \ + bpftrace \ + conntrack \ + curl \ + ethtool \ + htop \ inetutils-telnet \ + iperf3 \ iproute2 \ iptables \ iputils-ping \ ldnsutils \ + less \ + lsof \ openssl \ socat \ + strace \ tcpdump COPY --from=build-stage /go/src/github.com/thz/probe/probe /usr/bin/probe