Skip to content

Commit

Permalink
ensure extra deps are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Mar 8, 2025
1 parent 52947ad commit c5ecc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN apt-get update -y \
RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=pyproject.toml,target=/project/pyproject.toml \
--mount=type=bind,source=uv.lock,target=/project/uv.lock \
uv sync --frozen --no-install-project --no-dev
uv sync --frozen --no-install-project --no-dev --group minecraft

ADD --chown=1000:1000 . /project

RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-dev
uv sync --frozen --no-install-project --no-dev --group minecraft

FROM python:${PYTHON_BASE}

Expand Down

0 comments on commit c5ecc48

Please sign in to comment.