X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fdocker%2Fcentos-build-latest%2FDockerfile;h=33312768d3abc9bc15ae0b058441f0a355a7958b;hb=b3c37033944671429f8db22c3754caef7add1695;hp=6118d6e0c204e1834367e7ed78cbbac84762b0d8;hpb=1b3b7203d0db35236108869961c77eaf31881d4b;p=blank.git diff --git a/scripts/docker/centos-build-latest/Dockerfile b/scripts/docker/centos-build-latest/Dockerfile index 6118d6e..3331276 100644 --- a/scripts/docker/centos-build-latest/Dockerfile +++ b/scripts/docker/centos-build-latest/Dockerfile @@ -5,6 +5,7 @@ RUN yum -y update \ && yum -y update \ && yum -y group install "Development Tools" RUN yum -y install \ + cppcheck \ cppunit-devel \ freealut-devel \ glew-devel \