aboutsummaryrefslogtreecommitdiff
path: root/docker/CI.Dockerfile
diff options
context:
space:
mode:
authorElena Zhelezina <elena.zhelezina@arm.com>2022-12-06 13:29:19 +0000
committerPeng Sun <peng.sun@arm.com>2023-08-22 14:05:58 +0100
commit117a5d39f548b27e62a5b41d626ee107fcc71e92 (patch)
treeab05532aecf237e1da3ca494b09922ba42818383 /docker/CI.Dockerfile
parent45c4a9acdb6f9445c8d279a614bd91df0a055dbf (diff)
downloadtosa_checker-117a5d39f548b27e62a5b41d626ee107fcc71e92.tar.gz
Added cppcheck config to avoid usage of security sensitive functions.
Change-Id: I4247c5e937e33904b1db5de6c07b50bec2559b03
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