ShreyeshArangath commented on code in PR #1408: URL: https://github.com/apache/auron/pull/1408#discussion_r2411349959
########## dev/docker-build/centos7/Dockerfile: ########## @@ -27,6 +27,9 @@ RUN yum install -y centos-release-scl epel-release RUN sed -i "s/mirror.centos.org/vault.centos.org/g" /etc/yum.repos.d/*.repo RUN sed -i "s/^#.*baseurl=http/baseurl=https/g" /etc/yum.repos.d/*.repo RUN sed -i "s/^mirrorlist/#mirrorlist/g" /etc/yum.repos.d/*.repo +RUN sed -i "s|^metalink=|#metalink=|g" /etc/yum.repos.d/epel.repo +RUN sed -i "s|https://download.fedoraproject.org/pub/epel|https://archives.fedoraproject.org/pub/archive/epel|g" /etc/yum.repos.d/epel.repo +RUN RUN yum clean all && yum makecache Review Comment: ```suggestion RUN yum clean all && yum makecache ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
