feat: update Dockerfile mirror
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
|
|||||||
|
|
||||||
ARG SPARK_VERSION=4.1.2
|
ARG SPARK_VERSION=4.1.2
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN sed -i 's|deb.debian.org|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list.d/debian.sources && \
|
||||||
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|||||||
Reference in New Issue
Block a user