From c3fd60bde40a0aaa95341b6b6a5bf8a0e98f2602 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Tue, 31 Oct 2023 14:55:41 +0100 Subject: [PATCH] base: add iproute package This makes the ip command available. Fixes:https://bugzilla.redhat.com/show_bug.cgi?id=2245975 Signed-off-by: Teoman ONAY --- src/daemon-base/__UTIL_PACKAGES__ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/daemon-base/__UTIL_PACKAGES__ b/src/daemon-base/__UTIL_PACKAGES__ index 572abcd0e..783a380bf 100644 --- a/src/daemon-base/__UTIL_PACKAGES__ +++ b/src/daemon-base/__UTIL_PACKAGES__ @@ -1,2 +1,3 @@ procps-ng \ - hostname +hostname \ +iproute