Skip to content

Commit

Permalink
dockerfile.spack-gmds: added lcov system package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 27, 2024
1 parent 195cb51 commit 6c89d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.spack-gmds
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
#==========================================
Expand Down

0 comments on commit 6c89d07

Please sign in to comment.