From a5cf4346bb80da6a259a71dcfefce381b6bac757 Mon Sep 17 00:00:00 2001 From: mYmNeo Date: Wed, 20 May 2020 11:16:13 +0800 Subject: [PATCH] fix: Change ius rpm broken link Signed-off-by: mYmNeo (cherry picked from commit 886f468cf6971f7cf6c64752b2d7e6ccb466348d) --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 4f12be420..fc5abbaa1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -7,7 +7,7 @@ ARG commit RUN yum install -y rpm-build make # default git has problems while cloning some repository -RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm \ +RUN yum install -y https://repo.ius.io/ius-release-el7.rpm \ && yum install -y git222 ENV GOLANG_VERSION 1.12.4