Skip to content

Commit

Permalink
fix(containerfile): Remove dllist
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 4, 2024
1 parent 17d4b14 commit 9a690b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a690b4

Please sign in to comment.