diff --git a/dists/linux/Dockerfile.in b/dists/linux/Dockerfile.in index 980261201..e9820368d 100644 --- a/dists/linux/Dockerfile.in +++ b/dists/linux/Dockerfile.in @@ -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