Update .gitpod.Dockerfile

This commit is contained in:
Sean Hellum
2019-09-27 19:59:30 -05:00
committed by GitHub
parent 5b5c33a86f
commit 0d076d97be

3
.gitpod.Dockerfile vendored
View File

@ -4,7 +4,8 @@ USER root
RUN apt-get update && apt-get install -y libssl-dev \
libxcb-composite0-dev \
pkg-config \
curl
curl \
rustc
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
rustc -Vv && \
if $RELEASE; then cargo build --release && cargo run --release; \