From 2103e25e247059b92067268b04470a1271d7d3eb Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 27 Sep 2025 10:44:58 +0200 Subject: [PATCH] buid: Add ethtool package --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b4058dc..15b3733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN set -eu && \ unzip \ nginx \ procps \ + ethtool \ python3 \ python3-pip \ python3-msgpack \