Update poetry install script

This commit is contained in:
Gabriel Augendre 2022-03-25 19:27:41 +01:00
parent 2e864ba082
commit 48354d8bb6
1 changed files with 1 additions and 1 deletions

View File

@ -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