aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-08-28 13:13:57 +0200
committerOliver Smith <osmith@sysmocom.de>2023-08-28 13:15:55 +0200
commit2e45b75e9d070c4bd46963467d63f641bad4a6dc (patch)
tree8ce029e6acc43d0078ddc39cba3f05064e306616
parent832b09e718c8d45dc13e20584740c7b19971f4e1 (diff)
debian-bookworm-build: add curl
Add curl, as required by the coverity job to submit the API request. Change-Id: I70eb2b94d0eda4b371d674e1087b4dc13397dcdf
-rw-r--r--debian-bookworm-build/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile
index cebff09..b0effe1 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 \