poetry install changed to pip

This commit is contained in:
Dmitry Afanasyev 2021-11-06 02:55:32 +03:00
parent 4cde734f4d
commit fc99d37185

View File

@ -28,8 +28,9 @@ RUN apt update \
nano \ nano \
&& export TERM=xterm \ && export TERM=xterm \
# Installing `poetry` package manager: # Installing `poetry` package manager:
# https://github.com/python-poetry/poetry # # https://github.com/python-poetry/poetry
&& curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - # && curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
&& pip install poetry
COPY ./pyproject.toml /code/ COPY ./pyproject.toml /code/