From 881a6fec0b514af4b421849b30c517c622d1ee10 Mon Sep 17 00:00:00 2001 From: Jia Date: Wed, 19 Feb 2020 22:55:33 +0800 Subject: [PATCH] Update the URL of Elasticsearch lib. --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 85a9b7a..ceac7e7 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -423,7 +423,7 @@ RUN conda update -n base conda -y # Install elasticsearch libs USER root RUN apt-get update \ - && curl -sL http://central.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar + && curl -sL https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar RUN pip install --no-cache-dir elasticsearch==7.1.0 # Install rpy2 to share data between Python and R