forked from extern/nushell
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 \
|
||||
curl \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user