From 70569341fd3283c67d33455f195c2535b62104e1 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 15:23:03 +0800 Subject: [PATCH] fix: build error Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4a38631..bb522fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \