Save file so we can pass arguments.
This commit is contained in:
parent
e74fb0b2d0
commit
75bf123ec3
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -1,3 +1,3 @@
|
|||
FROM rust
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
|
||||
RUN curl -O --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y
|
||||
|
|
Loading…
Reference in a new issue