parent
815ce24e85
commit
4e8d866ce1
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user