From 48bfba4449a133288e0a859315f17c8330d7d8f4 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 15:49:10 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index 961f062..9050581 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -2,4 +2,6 @@ FROM rust:alpine3.20 RUN apk add nodejs -RUN apk add cargo-audit \ No newline at end of file +RUN apk add cargo-audit + +RUN apk add git \ No newline at end of file