Skip to content

Commit 386b99e

Browse files
chapterjasonclaude
andcommitted
Install ninja-build in C++ workspace image
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 515a899 commit 386b99e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/cpp/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ FROM ${BASE_IMAGE}
66
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
77
ENV DEBIAN_FRONTEND=noninteractive
88

9+
RUN apt-get update && \
10+
apt-get install -y --no-install-recommends --no-install-suggests \
11+
ninja-build && \
12+
rm -rf /var/lib/apt/lists/*
13+
914
# Per-tool bind mounts so a change in one installer only busts its own layer.
1015
RUN --mount=type=bind,source=scripts/llvm,target=/scripts/llvm \
1116
bash /scripts/llvm/install.sh

0 commit comments

Comments
 (0)