From 9a690b479d7f0ce5b350884caa5f7ea9c4ac93fb Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:11:02 +0000 Subject: [PATCH] fix(containerfile): Remove dllist --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 44bb9324..956e9a7e 100644 --- a/Containerfile +++ b/Containerfile @@ -49,7 +49,6 @@ RUN echo "Installing dependencies into /venv" && \ COPY . /src RUN --mount=type=cache,target=/root/.cache \ uv pip install --no-deps --python=$UV_PROJECT_ENVIRONMENT /src -RUN uv pip install dllist && python # Copy the virtualenv into a distroless image # * These are small images that only contain the runtime dependencies