From 4a99d4938dc714eb307d6fc123bce230219c1e6b Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Fri, 12 Jul 2024 07:02:45 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index 3d73e03..d257665 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -1,9 +1,4 @@ -FROM rust:alpine3.20 +FROM rust -RUN apk add nodejs - -RUN apk add cargo-audit - -RUN apk add git - -RUN apk add pkgconfig openssl openssl-dev musl-dev libcrypto3 \ No newline at end of file +RUN apt update +RUN apt install nodejs -y