Skip to content

Commit

Permalink
Update Poetry installation script. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
n6g7 committed Nov 18, 2021
1 parent 13aa157 commit 8367a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ RUN python --version && \
pip install pipenv wheel

# This installs version poetry at the latest version. poetry is updated about twice a month.
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -

0 comments on commit 8367a3b

Please sign in to comment.