Skip to content

Commit

Permalink
Add Python package path to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Jan 26, 2024
1 parent 926ad09 commit eb69013
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 @@ -44,4 +44,7 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \
&& which docker-compose \
&& docker compose version

# Python packages get installed to ~/.local by default
ENV PATH="${PATH}:/home/runner/.local/bin"

USER runner

0 comments on commit eb69013

Please sign in to comment.