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 \
ca-certificates \
tar \
gcc \
g++ \
make \
pkg-config \
libkrb5-dev \
openjdk-17-jre-headless && \
curl -L \
https://mirrors.tuna.tsinghua.edu.cn/apache/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz \