fix: build error Dockerfile

This commit is contained in:
Claude
2026-06-26 15:23:03 +08:00
parent f170c3045b
commit 70569341fd
+5
View File
@@ -20,6 +20,11 @@ RUN sed -i 's|deb.debian.org|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.li
curl \ curl \
ca-certificates \ ca-certificates \
tar \ tar \
gcc \
g++ \
make \
pkg-config \
libkrb5-dev \
openjdk-17-jre-headless && \ openjdk-17-jre-headless && \
curl -L \ curl -L \
https://mirrors.tuna.tsinghua.edu.cn/apache/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 \