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