Skip to content

Commit

Permalink
CI: Fix epel download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinAlptraum committed Aug 3, 2024
1 parent 65f908f commit 9bd6d95
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 9bd6d95

Please sign in to comment.