init
All checks were successful
/ build (push) Successful in 24s

This commit is contained in:
Adrien Beaudouin 2025-06-06 23:04:56 +02:00
parent 2b7d369754
commit 3ff722bf9f

View File

@ -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 && \