From 3ff722bf9f2f672ed866f267802910623ef563af Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:04:56 +0200 Subject: [PATCH] init --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fc1394..2b1b53d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,7 +141,7 @@ ARG VERSION=1.2.5 WORKDIR /source -RUN wget https://www.musl-libc.org/releases/musl-${VERSION}.tar.gz -O musl.tar.xz +RUN wget https://www.musl-libc.org/releases/musl-${VERSION}.tar.gz -O musl.tar.gz RUN tar -xzf musl.tar.gz --strip-components=1 && \ mkdir build && \