Fix path to install.
This commit is contained in:
parent
76eceadcde
commit
b61afcbc18
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -1,3 +1,3 @@
|
|||
FROM rust
|
||||
|
||||
RUN ./install.sh
|
||||
RUN /workspace/init/install.sh
|
||||
|
|
Loading…
Reference in a new issue