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 ./