From a8cc01d9b9af41f86d5da0022871ddae84be67a4 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Sun, 28 Sep 2025 00:42:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d2191e6..efe83b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ ENV PYTHONUNBUFFERED 1 ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/ ENV UV_EXTRA_INDEX_URL=https://pypi.org/simple/ +RUN python -m pip install --upgrade pip setuptools wheel --index-url https://mirrors.aliyun.com/pypi/simple/ + # 安装uv RUN pip install uv --index-url https://mirrors.aliyun.com/pypi/simple/