This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ddb7e6  Minor, change resource URL in Dockerfile
6ddb7e6 is described below

commit 6ddb7e632dabbc7b8b8869163f761d707a8f45ce
Author: Zhou Kang <zhouka...@xiaomi.com>
AuthorDate: Thu Dec 19 09:39:06 2019 +0800

    Minor, change resource URL in Dockerfile
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 06d051e..0655bce 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -51,7 +51,7 @@ WORKDIR /home/admin
 RUN yum -y install lsof.x86_64 wget.x86_64 tar.x86_64 git.x86_64 
mysql-server.x86_64 mysql.x86_64 unzip.x86_64
 
 # install mvn
-RUN wget 
http://mirrors.ocf.berkeley.edu/apache/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz
 \
+RUN wget 
https://archive.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz
 \
     && tar -zxvf apache-maven-3.6.1-bin.tar.gz \
     && rm -f apache-maven-3.6.1-bin.tar.gz
 COPY conf/maven/settings.xml $MVN_HOME/conf/settings.xml
@@ -102,7 +102,7 @@ RUN wget 
https://archive.apache.org/dist/kafka/$KAFKA_VERSION/kafka_2.11-$KAFKA_
     && rm -f /home/admin/kafka_2.11-$KAFKA_VERSION.tgz
 
 # setup livy
-RUN 
wgethttps://www.apache.org/dist/incubator/livy/$LIVY_VERSION-incubating/apache-livy-$LIVY_VERSION-incubating-bin.zip
 \
+RUN wget 
https://www.apache.org/dist/incubator/livy/$LIVY_VERSION-incubating/apache-livy-$LIVY_VERSION-incubating-bin.zip
 \
     && unzip /home/admin/apache-livy-$LIVY_VERSION-incubating-bin.zip \
     && rm -f /home/admin/apache-livy-$LIVY_VERSION-incubating-bin.zip
 

Reply via email to