Skip to content

Commit 30f0e7e

Browse files
committed
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 <[email protected]>
1 parent 17b04e0 commit 30f0e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-build-info/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR $WORKDIR_DIR
1919
COPY Dockerfile /home/node/metadata/Dockerfile
2020

2121
# Install required system packages
22-
RUN apk add -U clang lld wasi-sdk
22+
RUN apk add -U clang lld wasi-sdk make
2323
RUN apk info -v >/home/node/metadata/apk-info
2424

2525
# Install BINARYEN, there are only linux/arm64 tar.gz's after 116

0 commit comments

Comments
 (0)