Skip to content

Commit

Permalink
Merge pull request #866 from DeinAlptraum/switch-docker-image
Browse files Browse the repository at this point in the history
Switch Linux docker build to Centos 7 archive mirrors
  • Loading branch information
bohning authored Jul 11, 2024
2 parents 205873e + c02a55d commit d08d293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dists/linux/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,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

Expand Down

0 comments on commit d08d293

Please sign in to comment.