feat: update Dockerfile

This commit is contained in:
Claude
2026-06-24 17:36:14 +08:00
parent b3564737f7
commit bfdf4fd1ff
+1 -1
View File
@@ -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 && \