From 30f0e7e76c54a610fc7d97c75901428478132ace Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 26 Sep 2024 13:14:22 -0400 Subject: [PATCH] feat: add make for cjs-module-lexer - add make to the container as it is needed in order to be able to build the wasm for cjs-module-lexer Signed-off-by: Michael Dawson --- container-build-info/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-build-info/Dockerfile b/container-build-info/Dockerfile index c94c595..15831eb 100644 --- a/container-build-info/Dockerfile +++ b/container-build-info/Dockerfile @@ -19,7 +19,7 @@ WORKDIR $WORKDIR_DIR COPY Dockerfile /home/node/metadata/Dockerfile # Install required system packages -RUN apk add -U clang lld wasi-sdk +RUN apk add -U clang lld wasi-sdk make RUN apk info -v >/home/node/metadata/apk-info # Install BINARYEN, there are only linux/arm64 tar.gz's after 116