Skip to content

Commit 43917f0

Browse files
committed
Use Apache CDN to download Maven
Maven seems to have improved their download management and instead of having their webpage choose a host they now have a CDN domain. apache.cs.utah.edu is slow and is failing to finish the downloading.
1 parent 6119f6e commit 43917f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/grpc-java-artifacts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN yum install -y \
2020
yum clean all
2121

2222
# Install Maven
23-
RUN curl -Ls http://apache.cs.utah.edu/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | \
23+
RUN curl -Ls http://dlcdn.apache.org/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | \
2424
tar xz -C /var/local
2525
ENV PATH /var/local/apache-maven-3.3.9/bin:$PATH

0 commit comments

Comments
 (0)