mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 13:18:18 +02:00
Update .gitpod.Dockerfile
This commit is contained in:
parent
0d8768b827
commit
aa495f4d74
6
.gitpod.Dockerfile
vendored
6
.gitpod.Dockerfile
vendored
@ -6,10 +6,4 @@ RUN apt-get update && apt-get install -y libssl-dev \
|
|||||||
pkg-config \
|
pkg-config \
|
||||||
curl \
|
curl \
|
||||||
rustc
|
rustc
|
||||||
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
|
|
||||||
rustc -Vv && \
|
|
||||||
if $RELEASE; then cargo build --release && cargo run --release; \
|
|
||||||
cp target/release/nu /usr/local/bin; \
|
|
||||||
else cargo build; \
|
|
||||||
cp target/debug/nu /usr/local/bin; fi;
|
|
||||||
RUN cargo build
|
RUN cargo build
|
||||||
|
Loading…
Reference in New Issue
Block a user