From d7e5482c11e346e7bd58e80e840f49bfc6c1953a Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Fri, 12 Jul 2024 06:12:14 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index 9050581..866d922 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -4,4 +4,6 @@ RUN apk add nodejs RUN apk add cargo-audit -RUN apk add git \ No newline at end of file +RUN apk add git + +RUN apk add pkgconfig \ No newline at end of file