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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitpod.Dockerfile vendored
View file

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