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

Commit

Permalink
Added bindgen and cargo-audit to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed May 28, 2019
1 parent 043cd9e commit 42e024f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update && \
&& rm -rf /var/lib/apt/lists/*

RUN /root/.cargo/bin/rustup target add wasm32-unknown-unknown && \
/root/.cargo/bin/rustup component add rustfmt && \
/root/.cargo/bin/cargo install bindgen cargo-audit && \
rm -rf /root/.cargo/registry && rm -rf /root/.cargo/git


Expand Down

0 comments on commit 42e024f

Please sign in to comment.