From a3a66055e0183ab48ff52fcceaa0fec37d008469 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sun, 2 Oct 2022 16:47:10 -0800 Subject: [PATCH] chore: update poetry install to match current docs (#1695) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab380d6727f9..486af93cd8a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update \ # install poetry - respects $POETRY_VERSION & $POETRY_HOME ENV POETRY_VERSION=1.2.1 -RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - +RUN curl -sSL https://install.python-poetry.org | python3 - # copy project requirement files here to ensure they will be cached. WORKDIR $PYSETUP_PATH