diff --git a/Dockerfile b/Dockerfile index 11546d78997..df071200fc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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