]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/ubuntu-build-devel/Dockerfile
cppcheck for linting
[blank.git] / scripts / docker / ubuntu-build-devel / Dockerfile
index 25c9f6f3c44ac68ebeab15ba3bbdd60ce530f4d2..0415f526a1c7ae78fe54400eeb32d5ea1bd3bf18 100644 (file)
@@ -3,6 +3,7 @@ FROM ubuntu:devel
 RUN apt update \
        && apt -y install build-essential
 RUN apt -y install --no-install-recommends \
+       cppcheck \
        libalut-dev \
        libcppunit-dev \
        libglew-dev \