Skip to content

Commit

Permalink
.github/Dockerfile: bring back PATH setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Nov 3, 2023
1 parent cdf40bf commit 298e572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ USER ${USER}:${GROUP}
RUN mkdir /home/${USER}/workspace
WORKDIR /home/${USER}/workspace

ENV PATH=/home/${USER}/.local/bin:${PATH}

RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.6.1 \
&& poetry --version

0 comments on commit 298e572

Please sign in to comment.