Apparently rust is in /usr/local/cargo/bin.

This commit is contained in:
Ryan McQuen 2020-07-16 13:26:23 -07:00 committed by GitHub
parent 54c6dd6bed
commit d94df7bd53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitpod.Dockerfile vendored
View file

@ -1,3 +1 @@
FROM rust
RUN curl -o rustup-init.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y