feat: update Dockerfile
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ RUN apt-get update && \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
tar && \
|
tar && \
|
||||||
curl -L \
|
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 && \
|
-o /tmp/spark.tgz && \
|
||||||
mkdir -p /opt && \
|
mkdir -p /opt && \
|
||||||
tar -xzf /tmp/spark.tgz -C /opt && \
|
tar -xzf /tmp/spark.tgz -C /opt && \
|
||||||
|
|||||||
Reference in New Issue
Block a user