We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195cb51 commit 6c89d07Copy full SHA for 6c89d07
dockerfiles/Dockerfile.spack-gmds
@@ -18,7 +18,7 @@ ENV TZ=Europe/Paris
18
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
19
#==========================================
20
RUN apt update &&\
21
- 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 &&\
22
apt clean &&\
23
rm -rf /var/lib/apt/lists/*
24
0 commit comments