Initial commit
This commit is contained in:
11
toolchain/Dockerfile.build
Normal file
11
toolchain/Dockerfile.build
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
ADD build-toolchain.sh /opt/build-toolchain.sh
|
||||
|
||||
RUN /opt/build-toolchain.sh
|
||||
|
||||
ENV PATH "/opt/toolchain:$PATH"
|
||||
ENV MITTOS64 "true"
|
||||
ENV BUILDROOT "/opt"
|
||||
|
||||
WORKDIR /opt
|
||||
Reference in New Issue
Block a user