]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/debian-build-testing/Dockerfile
cppcheck for linting
[blank.git] / scripts / docker / debian-build-testing / Dockerfile
index 54e8542a88d613e42043d0495073ef1d3a40bc3d..8b422eaa300474dde66bc821e6bb842ba61578ee 100644 (file)
@@ -3,6 +3,7 @@ FROM debian:testing
 RUN apt update \
        && apt -y install build-essential
 RUN apt -y install --no-install-recommends \
+       cppcheck \
        libalut-dev \
        libcppunit-dev \
        libglew-dev \