mirror of
https://github.com/nushell/nushell
synced 2024-12-25 04:23:10 +00:00
Update .gitpod.Dockerfile
This commit is contained in:
parent
5b5c33a86f
commit
0d076d97be
1 changed files with 2 additions and 1 deletions
3
.gitpod.Dockerfile
vendored
3
.gitpod.Dockerfile
vendored
|
@ -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; \
|
||||||
|
|
Loading…
Reference in a new issue