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