Skip to content

Commit

Permalink
[dockerfile] prepare toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ZR233 committed Jan 7, 2025
1 parent 0b1f95a commit 1fb291e
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 1fb291e

Please sign in to comment.