Skip to content

Commit 6c89d07

Browse files
committed
dockerfile.spack-gmds: added lcov system package installation
1 parent 195cb51 commit 6c89d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.spack-gmds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV TZ=Europe/Paris
1818
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1919
#==========================================
2020
RUN apt update &&\
21-
apt install -y build-essential cmake python3 python3-venv pip unzip zip curl git autoconf wget &&\
21+
apt install -y build-essential cmake python3 python3-venv pip unzip zip curl git autoconf wget lcov &&\
2222
apt clean &&\
2323
rm -rf /var/lib/apt/lists/*
2424
#==========================================

0 commit comments

Comments
 (0)