Skip to content

Commit

Permalink
Fix location of EPEL repos
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Oct 1, 2024
1 parent 9454bf7 commit 4e6dc04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ FROM opensciencegrid/software-base:3.6-el7-release
# EL7
RUN \
yum-config-manager --disable base,updates,extras,centosplus >/dev/null \
&& yum-config-manager --enable C7.9.2009-* >/dev/null
&& yum-config-manager --enable C7.9.2009-* >/dev/null \
&& sed -i \
-e 's/#baseurl/baseurl/' \
-e 's/^metalink/#metalink/' \
-e 's|download.fedoraproject.org/pub/epel|archives.fedoraproject.org/pub/archive/epel|' \
/etc/yum.repos.d/epel.repo

# Install dependencies
# Note that OSG builds of mash and createrepo are necessary
Expand Down

0 comments on commit 4e6dc04

Please sign in to comment.