From a592834b88859f94bcfd6267c452121f5ac87575 Mon Sep 17 00:00:00 2001 From: Sebastian Schmittner Date: Fri, 25 Apr 2025 11:37:23 +0200 Subject: [PATCH] adding iproute2 package to ubuntu containers for `ss` Signed-off-by: Sebastian Schmittner --- build/Dockerfile.ubuntu20 | 1 + build/Dockerfile.ubuntu22 | 1 + 2 files changed, 2 insertions(+) diff --git a/build/Dockerfile.ubuntu20 b/build/Dockerfile.ubuntu20 index 2a25e2f..71eaf44 100644 --- a/build/Dockerfile.ubuntu20 +++ b/build/Dockerfile.ubuntu20 @@ -14,6 +14,7 @@ RUN apt-get update -y \ apt-transport-https \ ca-certificates \ gnupg2 \ + iproute2 \ ## ToDo remove unused packages libgflags-dev \ libsnappy-dev \ diff --git a/build/Dockerfile.ubuntu22 b/build/Dockerfile.ubuntu22 index 1607d7f..1b16a1d 100644 --- a/build/Dockerfile.ubuntu22 +++ b/build/Dockerfile.ubuntu22 @@ -31,6 +31,7 @@ RUN apt-get update \ ca-certificates \ gnupg2 \ software-properties-common \ + iproute2 \ wget \ zip