Try gp command here.

This commit is contained in:
Ryan McQuen 2020-07-16 15:48:05 -07:00 committed by GitHub
parent 9b9601fe42
commit 2892eb60f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitpod.Dockerfile vendored
View file

@ -1,3 +1,4 @@
FROM rust
ENV PATH="/usr/local/cargo/bin:$PATH"
RUN gp env -e PATH="/usr/local/cargo/bin:$PATH"
# ENV PATH="/usr/local/cargo/bin:$PATH"