From 1994937349b724594b7d41482c427f6ec9f2e49d Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:52:49 +0800 Subject: [PATCH] chore: fix dockefile --- schedule/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule/Dockerfile b/schedule/Dockerfile index 7a9c767..394b5ea 100644 --- a/schedule/Dockerfile +++ b/schedule/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ python3-dev \ build-essential \ - && rm -rf /var/lib/apt/lists/* \ + && rm -rf /var/lib/apt/lists/* COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv COPY pyproject.toml uv.lock ./