Update 'Dockerfile'
This commit is contained in:
parent
ad4bc832e6
commit
9881d5b26d
|
@ -31,7 +31,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 --profile minimal --default-toolchain nightly \
|
||||||
--target x86_64-pc-windows-gnu; \
|
--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; \
|
||||||
|
|
Loading…
Reference in a new issue