Skip to content

Commit

Permalink
add .local/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Jul 17, 2024
1 parent 5513503 commit e8f47f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ COPY use_clang.sh use_gcc.sh /usr/bin/

RUN ln -s /usr/bin/python3 /usr/bin/python

ENV PATH=/root/.local/bin:"${PATH}"

0 comments on commit e8f47f7

Please sign in to comment.