Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 043ad6f

Browse files
cargo install with debug to avoid full release build times
1 parent 17eccea commit 043ad6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV PATH=/root/.cargo/bin:$PATH
3535
RUN rustup component add rustfmt --toolchain 1.36.0-x86_64-unknown-linux-gnu
3636
RUN rustup target add wasm32-wasi
3737

38-
RUN cargo install cargo-audit cargo-watch rsign2
38+
RUN cargo install --debug cargo-audit cargo-watch rsign2
3939

4040
RUN curl -sS -L -O https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb \
4141
&& dpkg -i wasi-sdk_6.0_amd64.deb && rm -f wasi-sdk_6.0_amd64.deb

0 commit comments

Comments
 (0)