docker: add make to ci-cpp image (CMake build program was missing)
Some checks failed
C++ Tests / test (push) Has been cancelled
Mirror to Codeberg / mirror (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-05-09 23:02:17 +02:00
parent f65d000227
commit c9c9320907

View File

@@ -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/*