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

This commit is contained in:
Adrien Beaudouin 2025-06-06 18:33:05 +02:00
parent 815ce24e85
commit 4e8d866ce1

View File

@ -13,6 +13,8 @@ COPY --from=busybox / /
FROM bootstrap-c-toolchain AS build-make
WORKDIR /source
RUN wget https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz -O make.tar.gz
RUN tar -xzf make.tar.gz --strip-components=1 && \