From 71425543fbf8788e8cf271920dfda5d23e01eaf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brauer?= Date: Wed, 10 Jul 2024 18:19:21 +0200 Subject: [PATCH] Install kmod from alpine repository Because the busybox modprobe utility is unable to load zstd compressed modules. Closes: #343 --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5d36dde..636998f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN \ iptables-legacy \ ip6tables \ iputils \ + kmod \ libcap-utils \ libqrencode-tools \ net-tools \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d046e8f..62e8e63 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -20,6 +20,7 @@ RUN \ iptables-legacy \ ip6tables \ iputils \ + kmod \ libcap-utils \ libqrencode-tools \ net-tools \