Update .gitpod.Dockerfile

This commit is contained in:
Sean Hellum 2019-09-27 19:58:36 -05:00 committed by GitHub
parent 12f34cc698
commit 5b5c33a86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitpod.Dockerfile vendored
View File

@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y libssl-dev \
libxcb-composite0-dev \
pkg-config \
curl
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain`
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
rustc -Vv && \
if $RELEASE; then cargo build --release && cargo run --release; \