Skip to content

Commit

Permalink
Add nightly toolchain installing for ci image
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
  • Loading branch information
Arjentix committed Apr 19, 2022
1 parent 4e31391 commit 0133224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN set -ex; \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs >/tmp/rustup.sh; \
sh /tmp/rustup.sh -y --no-modify-path --default-toolchain "$TOOLCHAIN"; \
rm /tmp/*.sh
RUN rustup install nightly

FROM rust-base as cargo-chef
RUN cargo install cargo-chef
Expand Down

0 comments on commit 0133224

Please sign in to comment.