From d5707d606c3ebcaad00396ddfb5544eff895ffb5 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 13 May 2024 22:09:35 -0700 Subject: [PATCH] CI: Add missing lcov package to ubuntu 24 Dockerfile --- ci/ubuntu-24.04/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ubuntu-24.04/Dockerfile b/ci/ubuntu-24.04/Dockerfile index ece8d6e99d..fb6ddb477f 100644 --- a/ci/ubuntu-24.04/Dockerfile +++ b/ci/ubuntu-24.04/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update && apt-get -y install \ g++ \ gcc \ git \ + lcov \ libkrb5-dev \ libmaxminddb-dev \ libpcap-dev \