From d73b78e58116f97ba86d6d5e093cab9fb76f301d Mon Sep 17 00:00:00 2001 From: Jakob Olsson <Jakob Olsson> Date: Tue, 18 Feb 2020 16:36:44 +0100 Subject: [PATCH] add libcurl --- docker/code-analysis/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index 470f3fe..12ad684 100644 --- a/docker/code-analysis/Dockerfile +++ b/docker/code-analysis/Dockerfile @@ -40,8 +40,8 @@ RUN \ python3-setuptools \ default-jre \ cppcheck \ - flawfinder - + flawfinder \ + libcurl4-openssl-dev # Install dependent libraries RUN \ -- GitLab