Update .gitpod.Dockerfile

This commit is contained in:
Sean Hellum 2019-09-27 20:06:15 -05:00 committed by GitHub
parent aa495f4d74
commit 48cbc5b23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitpod.Dockerfile vendored
View file

@ -6,4 +6,3 @@ RUN apt-get update && apt-get install -y libssl-dev \
pkg-config \
curl \
rustc
RUN cargo build