Skip to content

Commit

Permalink
Merge pull request #217 from qclic/dockerfile
Browse files Browse the repository at this point in the history
[dockerfile] prepare toolchain
  • Loading branch information
equation314 authored Jan 7, 2025
2 parents 0b1f95a + 1fb291e commit 6ba0907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ RUN apt-get update \

RUN cargo install cargo-binutils axconfig-gen

COPY rust-toolchain.toml /rust-toolchain.toml

RUN rustc --version

RUN wget https://musl.cc/aarch64-linux-musl-cross.tgz \
&& wget https://musl.cc/riscv64-linux-musl-cross.tgz \
&& wget https://musl.cc/x86_64-linux-musl-cross.tgz \
Expand Down

0 comments on commit 6ba0907

Please sign in to comment.