aboutsummaryrefslogtreecommitdiff
path: root/docker/CI.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/CI.Dockerfile')
-rw-r--r--docker/CI.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/CI.Dockerfile b/docker/CI.Dockerfile
index 7994cb8..66c78bf 100644
--- a/docker/CI.Dockerfile
+++ b/docker/CI.Dockerfile
@@ -7,7 +7,7 @@ ARG BAZEL_VERSION=5.3.0
ARG TENSORFLOW_VERSION=2.13.0
RUN apt-get update
-RUN apt-get install -y build-essential software-properties-common clang curl unzip git libc++-dev libc++abi-dev
+RUN apt-get install -y build-essential software-properties-common clang curl unzip git libc++-dev libc++abi-dev cppcheck
RUN add-apt-repository -y ppa:deadsnakes/ppa
RUN apt-get update