Skip to content

Commit

Permalink
feat: add make for cjs-module-lexer
Browse files Browse the repository at this point in the history
- 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 <mdawson@devrus.com>
  • Loading branch information
mhdawson committed Sep 26, 2024
1 parent 17b04e0 commit 30f0e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-build-info/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30f0e7e

Please sign in to comment.