Include CPPCheck

This commit is contained in:
2026-01-29 20:26:08 +01:00
committed by Romain BOULLARD
parent 4e761aac65
commit b0709db3c1

View File

@@ -16,6 +16,7 @@ ENV CCACHE_DIR=/ccache \
# Install system dependencies, clang, and pipx # Install system dependencies, clang, and pipx
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
cpp-check \
ccache \ ccache \
cmake \ cmake \
ninja-build \ ninja-build \