Skip to content

Commit

Permalink
build: try fixing PATH update in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jan 18, 2025
1 parent dfedfb9 commit 1f07329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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 && \
. $HOME/.local/bin/env && \
uv sync --frozen --no-install-project

# install shared tools from tools.json;
Expand Down

0 comments on commit 1f07329

Please sign in to comment.