mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
Update .gitpod.Dockerfile
This commit is contained in:
parent
0d8768b827
commit
aa495f4d74
1 changed files with 0 additions and 6 deletions
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 a new issue