Skip to content

Commit

Permalink
install poetry from web
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jan 8, 2022
1 parent e9aec3e commit 8e3955d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ USER root
RUN pip install --no-deps --only-binary :all: pygit2 \
|| /install-libgit2.sh

RUN pip install --no-cache-dir poetry
#RUN pip install --no-cache-dir poetry
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

COPY poetry.lock pyproject.toml /usr/src/app/

Expand Down

0 comments on commit 8e3955d

Please sign in to comment.