From 8fab0bb2176f07e1e298c7b364837023684d7a65 Mon Sep 17 00:00:00 2001 From: Neil McKee <neil.mckee@inmon.com> Date: Thu, 24 Oct 2024 09:44:27 -0700 Subject: [PATCH] Add nano and net-tools for convenience, add iproute2 for tc(1) --- agent/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index 14db5af..d457376 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -26,7 +26,10 @@ RUN echo "EXTRAS" && apt-get install -y --no-install-recommends \ libssl-dev \ libdbus-1-dev \ uuid-runtime \ - dmidecode + dmidecode \ + nano \ + iproute2 \ + net-tools COPY --from=gobuilder /usr/sbin/hsflowd_containerd /usr/sbin/hsflowd_containerd COPY --from=builder /usr/sbin/hsflowd /usr/sbin/hsflowd COPY --from=builder /etc/hsflowd.conf /etc/hsflowd.conf -- GitLab