mirror of
https://github.com/nushell/nushell.git
synced 2025-03-31 03:08:14 +02:00
Update .gitpod.Dockerfile
This commit is contained in:
parent
5b5c33a86f
commit
0d076d97be
3
.gitpod.Dockerfile
vendored
3
.gitpod.Dockerfile
vendored
@ -4,7 +4,8 @@ USER root
|
||||
RUN apt-get update && apt-get install -y libssl-dev \
|
||||
libxcb-composite0-dev \
|
||||
pkg-config \
|
||||
curl
|
||||
curl \
|
||||
rustc
|
||||
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
|
||||
rustc -Vv && \
|
||||
if $RELEASE; then cargo build --release && cargo run --release; \
|
||||
|
Loading…
Reference in New Issue
Block a user