Pull in iproute2

Allow use the full version of ip

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill
2025-06-25 08:36:32 +10:00
parent c5ea3afd6c
commit 67e12547f8

View File

@@ -40,7 +40,7 @@ RUN apk add --no-cache \
git \ git \
# Install grep to avoid issues in pihole -w/b with the default busybox grep # Install grep to avoid issues in pihole -w/b with the default busybox grep
grep \ grep \
iproute2-ss \ iproute2 \
jq \ jq \
libcap \ libcap \
logrotate \ logrotate \