Update images/actions/rust-node/Dockerfile
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m11s

This commit is contained in:
Jan Gleytenhoover 2024-07-11 15:49:10 +00:00
parent 6dff11c85a
commit 48bfba4449

@ -2,4 +2,6 @@ FROM rust:alpine3.20
RUN apk add nodejs RUN apk add nodejs
RUN apk add cargo-audit RUN apk add cargo-audit
RUN apk add git