From 5b5c33a86f7e49a9e3d0dda4e90b93dcf55221ea Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Fri, 27 Sep 2019 19:58:36 -0500 Subject: [PATCH] Update .gitpod.Dockerfile --- .gitpod.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 30258b27be..ac88719d72 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -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; \