Update 'Dockerfile'

This commit is contained in:
lnkr 2022-05-05 17:56:48 +03:00
parent ad4bc832e6
commit 9881d5b26d
1 changed files with 1 additions and 1 deletions

View File

@ -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; \