From 810c4c45ace242873416a094286893d353eefda3 Mon Sep 17 00:00:00 2001 From: Dawn ARC <67786671+A-Dawn@users.noreply.github.com> Date: Tue, 5 May 2026 12:51:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A7=BB=E9=99=A4--system=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6904aafc..eade74b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY pyproject.toml uv.lock ./ RUN apt-get update && apt-get install -y git # Install runtime dependencies -RUN uv sync --frozen --no-dev --system --no-install-project +RUN uv sync --frozen --no-dev --no-install-project # Copy project source COPY . .