From 82405a3b52e9880a763146a9df16b34067c4693f Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Fri, 12 Jul 2024 06:47:44 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index bfe8b19..06ed51a 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -6,4 +6,4 @@ RUN apk add cargo-audit RUN apk add git -RUN apk add pkgconfig openssl \ No newline at end of file +RUN apk add pkgconfig openssl openssl-dev musl-dev \ No newline at end of file