diff --git a/Dockerfile b/Dockerfile index c4d0c11..0c835b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN set -eux; \ url="https://static.rust-lang.org/rustup/dist/${rustArch}/rustup-init"; \ wget "$url"; \ chmod +x rustup-init; \ - ./rustup-init -y --no-modify-path --default-toolchain nightly \ + ./rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly \ --target x86_64-pc-windows-gnu; \ rm rustup-init; \ chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \