Skip to content

Commit 38cd7c1

Browse files
Merge pull request #6 from FluidNumerics/patch/lcov
Add lcov to container image
2 parents d708d62 + f6bb525 commit 38cd7c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

envs/x86/rocm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ RUN dnf update -y \
169169
findutils \
170170
gcc-c++ \
171171
gcc \
172-
gcc-gfortran
172+
gcc-gfortran \
173+
lcov
173174

174175
# Install HIP #
175176
COPY ./envs/x86/rocm/rocm.repo /etc/yum.repos.d/rocm.repo

0 commit comments

Comments
 (0)