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