mirror of
https://github.com/nushell/nushell.git
synced 2025-01-12 09:18:56 +01:00
Update .gitpod.Dockerfile
This commit is contained in:
parent
12f34cc698
commit
5b5c33a86f
1
.gitpod.Dockerfile
vendored
1
.gitpod.Dockerfile
vendored
@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y libssl-dev \
|
|||||||
libxcb-composite0-dev \
|
libxcb-composite0-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
curl
|
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" && \
|
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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user