Skip to content

Commit

Permalink
resolving epel release package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanishan1001 committed Aug 6, 2024
1 parent e04d1a9 commit 02732be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yum update -y \
&& yum clean all

# install lcov package
RUN wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
RUN wget https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm \
&& yum install ./epel-release-latest-*.noarch.rpm -y \
&& yum install lcov -y \
&& yum clean all
Expand Down

0 comments on commit 02732be

Please sign in to comment.