From 2e45b75e9d070c4bd46963467d63f641bad4a6dc Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 28 Aug 2023 13:13:57 +0200 Subject: [PATCH] debian-bookworm-build: add curl Add curl, as required by the coverity job to submit the API request. Change-Id: I70eb2b94d0eda4b371d674e1087b4dc13397dcdf --- debian-bookworm-build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile index cebff09c..b0effe17 100644 --- a/debian-bookworm-build/Dockerfile +++ b/debian-bookworm-build/Dockerfile @@ -65,6 +65,7 @@ RUN set -x && \ cmake \ coccinelle \ cppcheck \ + curl \ dahdi-source \ dblatex \ dbus \