Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 398ce51

Browse files
committed
Fix: Update to latest Poetry installer.
1 parent e24266f commit 398ce51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,8 +830,8 @@ def _build_phase_1(
830830
# Clean up after web2py install.
831831
"rm -rf $WEB2PY_PATH/.cache/*",
832832
"cp scripts/routes.py $WEB2PY_PATH/routes.py",
833-
# `Install Poetry <https://python-poetry.org/docs/master/#osx--linux--bashonwindows-install-instructions>`_.
834-
"eatmydata curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | POETRY_HOME=/usr/local python -",
833+
# `Install Poetry <https://python-poetry.org/docs/master/#installing-with-the-official-installer>`_, putting it in a location already in ``$PATH``.
834+
"eatmydata curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local python3 -",
835835
)
836836

837837
# Set up config files

0 commit comments

Comments
 (0)