docker: add make to ci-cpp image (CMake build program was missing)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,7 @@ RUN apt-get update -qq && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
nodejs \
|
||||
cmake \
|
||||
make \
|
||||
g++ \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user