Skip to content

Commit

Permalink
build: add uv to path in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jan 18, 2025
1 parent 7590b44 commit dfedfb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \

# install UV and create .venv
RUN curl -LsSf https://astral.sh/uv/$(cat ./requirement-uv.txt | awk -F'==' '{print $2}' | tr -d ' \n')/install.sh | sh && \
source $HOME/.local/bin/env && \
uv sync --frozen --no-install-project

# install shared tools from tools.json;
Expand Down

0 comments on commit dfedfb9

Please sign in to comment.