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