Update 'Dockerfile'

This commit is contained in:
lnkr 2022-05-05 11:18:52 +03:00
parent f4f77b2f2e
commit 6c2ab8d0a9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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 --default-toolchain nightly --target x86_64-pc-windows-gnu; \
rm rustup-init; \
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
rustup --version; \