Skip to content

Commit

Permalink
Merge pull request #882 from DeinAlptraum/fix-ci
Browse files Browse the repository at this point in the history
Fix EPEL download URL in dockerfile
  • Loading branch information
barbeque-squared committed Aug 3, 2024
2 parents 65f908f + 9bd6d95 commit 32b5b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dists/linux/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM %%from%%
RUN sed -i 's;^.*baseurl=http://mirror;baseurl=https://vault;g' /etc/yum.repos.d/*.repo

RUN [ -z "%%epelpkgs%%" ] || yum install -y --setopt=tsflags=nodocs \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm

RUN yum upgrade -y --setopt=tsflags=nodocs

Expand Down

0 comments on commit 32b5b44

Please sign in to comment.