Skip to content

Commit

Permalink
fix: ensure uv is installed for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 9, 2024
1 parent ed6d6a4 commit d286198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN --mount=type=cache,mode=0755,id=apt-$TARGETPLATFORM,target=/var/lib/apt/list
apt-get update -qq \
&& apt-get install -yqq build-essential git

RUN --mount=type=cache,mode=0755,id=pip-$TARGETPLATFORM,target=/root/.cache \
pip install --root-user-action=ignore -U pip uv

FROM base as prod

ARG UIPROTECT_VERSION
Expand Down

0 comments on commit d286198

Please sign in to comment.