From 649496a893a7829b4697cc294ea9d321a72ec811 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Fri, 12 Jul 2024 06:23:21 +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 866d922..bfe8b19 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 \ No newline at end of file +RUN apk add pkgconfig openssl \ No newline at end of file