From b59e1f1effc5baa72f6048dc4dd31bcb870af088 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Tue, 29 Nov 2022 17:07:44 +0100 Subject: [PATCH] add iproute2 for ip command --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 71a6cad3..1ae12012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN zypper -n install \ openssh-clients \ less \ dhcp-server \ + iproute2 \ tftp \ systemd \ && \