chore: fix dockefile

This commit is contained in:
tao.chen
2026-07-31 15:52:49 +08:00
parent d31fde6abc
commit 1994937349
+1 -1
View File
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \ g++ \
python3-dev \ python3-dev \
build-essential \ 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 --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
COPY pyproject.toml uv.lock ./ COPY pyproject.toml uv.lock ./