Skip to content

Commit 0aecb9a

Browse files
authored
Fix git 2.x download URL for the maven scm plugin (#118)
1 parent 8c8e68c commit 0aecb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.cross_compile_aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV PROJECT_DIR /root/workspace/project
1111
RUN sed -i -e 's/^mirrorlist/#mirrorlist/g' -e 's/^#baseurl=http:\/\/mirror.centos.org\/centos\/$releasever\//baseurl=https:\/\/vault.centos.org\/\/7.6.1810\//g' /etc/yum.repos.d/CentOS-Base.repo
1212

1313
# We want to have git 2.x for the maven scm plugin and also for boringssl
14-
RUN yum install -y http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
14+
RUN yum install -y https://opensource.blueoptima.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
1515

1616
RUN yum -y install epel-release
1717

0 commit comments

Comments
 (0)