Skip to content

Commit

Permalink
fix poetry in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdbroughton committed Mar 28, 2024
1 parent 32d2fe8 commit b0b442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/

USER vscode

RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
RUN curl -sSL https://install.python-poetry.org | python3 -

ENV PATH=$PATH:$HOME/.poetry/env

0 comments on commit b0b442d

Please sign in to comment.