diff --git a/Dockerfile b/Dockerfile index ec1c856..efd3aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && \ ca-certificates \ tar && \ curl -L \ - https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz \ + https://mirrors.tuna.tsinghua.edu.cn/apache/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz \ -o /tmp/spark.tgz && \ mkdir -p /opt && \ tar -xzf /tmp/spark.tgz -C /opt && \