From 093e51a9c206a7b1ed12f735c837d2aaac476d8d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 24 Jun 2026 17:49:12 +0800 Subject: [PATCH] feat: update Dockerfile mirror --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95effa4..d813ef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/ 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 \ curl \ ca-certificates \