From 67e12547f8ce8a16ee2aef5510b6d2e26ddcf068 Mon Sep 17 00:00:00 2001 From: Rob Gill Date: Wed, 25 Jun 2025 08:36:32 +1000 Subject: [PATCH] Pull in iproute2 Allow use the full version of ip Signed-off-by: Rob Gill --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index bf16f8f..64e30e9 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -40,7 +40,7 @@ RUN apk add --no-cache \ git \ # Install grep to avoid issues in pihole -w/b with the default busybox grep grep \ - iproute2-ss \ + iproute2 \ jq \ libcap \ logrotate \