From 57819d6c57df33ef547b644b54e410c1eee04daa Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 15:33:41 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index d257665..56ae907 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -2,3 +2,5 @@ FROM rust RUN apt update RUN apt install nodejs -y + +RUN cargo install cargo-audit \ No newline at end of file