Skip to content

Commit

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

RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
RUN curl -sSL https://install.python-poetry.org | python3 -

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

Expand Down

0 comments on commit 8a1c5fe

Please sign in to comment.