mirror of
https://github.com/Balshgit/different
synced 2025-09-11 02:50:41 +03:00
poetry install changed to pip
This commit is contained in:
parent
4cde734f4d
commit
fc99d37185
@ -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/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user