Skip to content

Commit 96370a5

Browse files
committed
Add cmake to s390x docker image
CMake is used by the wasm-c-api crate's build.rs. Signed-off-by: Matt Leon <mattleon@google.com>
1 parent ca33a5c commit 96370a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bazel/external/Dockerfile.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ARG DEPS_RUNTIME="\
153153
python3 \
154154
python3-dev \
155155
unzip \
156+
cmake \
156157
zip"
157158
ARG TARGETARCH
158159
RUN apt-get update && \

0 commit comments

Comments
 (0)