Skip to content

Commit

Permalink
add rust-src
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Mar 13, 2024
1 parent d0dd29a commit bf67804
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ RUN <<EOT
apt-get install --assume-yes musl-dev clang lld
EOT

RUN rustup target add $RUST_TARGET
RUN <<EOT bash
set -ex
rustup target add $RUST_TARGET
rustup component add rust-src --toolchain "nightly-$RUST_TARGET"
EOT

RUN cargo install cargo-chef --locked

Expand Down

0 comments on commit bf67804

Please sign in to comment.