Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit a294978

Browse files
committed
Added bindgen and cargo-audit to Dockerfile
1 parent 123e346 commit a294978

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfile/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apt-get update && \
1313
&& rm -rf /var/lib/apt/lists/*
1414

1515
RUN /root/.cargo/bin/rustup target add wasm32-unknown-unknown && \
16+
/root/.cargo/bin/rustup component add rustfmt && \
17+
/root/.cargo/bin/cargo install bindgen cargo-audit && \
1618
rm -rf /root/.cargo/registry && rm -rf /root/.cargo/git
1719

1820

0 commit comments

Comments
 (0)