Dockerfile: Remove cargo-audit binary
We don't run this binary using the container Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
09e21e8fe5
commit
51c5ba9610
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ RUN export ARCH="$(uname -m)" \
|
|||
&& if [ "$TARGETARCH" = "amd64" ]; then rustup toolchain add $RUST_TOOLCHAIN-x86_64-unknown-linux-musl; fi \
|
||||
&& if [ "$TARGETARCH" = "amd64" ]; then rustup component add rustfmt; fi \
|
||||
&& if [ "$TARGETARCH" = "amd64" ]; then rustup component add clippy; fi \
|
||||
&& cargo install cargo-audit \
|
||||
&& rm -rf "$CARGO_HOME/registry" \
|
||||
&& ln -s "$CARGO_REGISTRY_DIR" "$CARGO_HOME/registry" \
|
||||
&& rm -rf "$CARGO_HOME/git" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue