From 6c89d07d9f1f37e1a39d54f6801ff8bdf641b414 Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Sun, 27 Oct 2024 21:21:34 +0100 Subject: [PATCH] dockerfile.spack-gmds: added lcov system package installation --- dockerfiles/Dockerfile.spack-gmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.spack-gmds b/dockerfiles/Dockerfile.spack-gmds index 9f4e912..45cc4ff 100644 --- a/dockerfiles/Dockerfile.spack-gmds +++ b/dockerfiles/Dockerfile.spack-gmds @@ -18,7 +18,7 @@ ENV TZ=Europe/Paris RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone #========================================== RUN apt update &&\ - apt install -y build-essential cmake python3 python3-venv pip unzip zip curl git autoconf wget &&\ + apt install -y build-essential cmake python3 python3-venv pip unzip zip curl git autoconf wget lcov &&\ apt clean &&\ rm -rf /var/lib/apt/lists/* #==========================================