From f2f897dccdb556253e21596aebe832994834562f Mon Sep 17 00:00:00 2001 From: Mick Tarsel Date: Mon, 14 Nov 2022 13:42:00 -0500 Subject: [PATCH] Include ethtool install ethtool Signed-off-by: Mick Tarsel --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 85528fc..24d785b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM quay.io/centos/centos:stream8 RUN dnf install --best --refresh -y \ git \ iproute \ + ethtool \ iptables \ iputils \ lsscsi \