From a1f887ed5c662ab0c50bb49e7b685d47f6395be8 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Fri, 12 Jul 2024 07:17:44 +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..8df3ea9 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