Update poetry install script
This commit is contained in:
parent
2e864ba082
commit
48354d8bb6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:3.10.4-bullseye AS venv
|
|||
|
||||
# https://python-poetry.org/docs/#installation
|
||||
ENV POETRY_VERSION=1.1.13
|
||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
ENV PATH /root/.local/bin:$PATH
|
||||
|
||||
|
|
Reference in a new issue