Update 'Dockerfile'
This commit is contained in:
parent
f4f77b2f2e
commit
6c2ab8d0a9
|
@ -24,7 +24,7 @@ RUN set -eux; \
|
||||||
url="https://static.rust-lang.org/rustup/dist/${rustArch}/rustup-init"; \
|
url="https://static.rust-lang.org/rustup/dist/${rustArch}/rustup-init"; \
|
||||||
wget "$url"; \
|
wget "$url"; \
|
||||||
chmod +x rustup-init; \
|
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; \
|
rm rustup-init; \
|
||||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
|
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
|
||||||
rustup --version; \
|
rustup --version; \
|
||||||
|
|
Loading…
Reference in a new issue