Add -y flag.
This commit is contained in:
parent
007c097e38
commit
e74fb0b2d0
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -1,3 +1,3 @@
|
||||||
FROM rust
|
FROM rust
|
||||||
|
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
|
||||||
|
|
Loading…
Reference in a new issue