fix: build error Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user