Try removing ENV statement.

This commit is contained in:
Ryan McQuen 2020-07-17 09:49:52 -07:00 committed by GitHub
parent 0d9797b731
commit 48852db665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitpod.Dockerfile vendored
View file

@ -1,3 +1,3 @@
FROM rust
ENV export PATH="/usr/local/cargo/bin:$PATH"
#ENV export PATH="/usr/local/cargo/bin:$PATH"