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

This commit is contained in:
Jan Gleytenhoover 2024-07-12 07:02:45 +00:00
parent 5af4f3f928
commit 4a99d4938d

@ -1,9 +1,4 @@
FROM rust:alpine3.20 FROM rust
RUN apk add nodejs RUN apt update
RUN apt install nodejs -y
RUN apk add cargo-audit
RUN apk add git
RUN apk add pkgconfig openssl openssl-dev musl-dev libcrypto3