From 69d38f64f36e079a227ae9fc62cd0153ff64aed7 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:41:28 +0200 Subject: [PATCH] init --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c61f592..566383f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,7 +118,7 @@ ARG VERSION=6.12.21 WORKDIR /source -RUN wget https://cdn.kernel.org/pub/linux/kernel/v${VERSION}.tar.xz -O linux.tar.xz +RUN wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${VERSION}.tar.xz -O linux.tar.xz RUN tar -xJf linux.tar.xz --strip-components=1