mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-18 23:14:59 +02:00
Move Dockerfile to different repo due to Docker layer caching being braindead
This commit is contained in:
parent
ea3f6da2ef
commit
900c25e96d
@ -1 +0,0 @@
|
||||
Dockerfile
|
11
Dockerfile
11
Dockerfile
@ -1,11 +0,0 @@
|
||||
FROM alpine as build
|
||||
RUN apk add alpine-sdk make curl xz bison linux-headers
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
|
||||
RUN make sources/gcc-13.2.0.tar.xz
|
||||
RUN make sources/binutils-2.41.tar.xz
|
||||
RUN make -j$(nproc) TARGET=aarch64-linux-musl
|
||||
RUN make install TARGET=aarch64-linux-musl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user