=> ERROR [backend:latest 3/7] RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && 0.5s
=> CANCELED [celeryworker:latest 1/10] FROM docker.io/library/python:3.7@sha256:d98fd1fa8fd1756bfe883b5004a60cfc428a1ce6e575652b771b66c8db222478 0.4s
Got it working by replacing this URL (https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py) with https://install.python-poetry.org in the dockerfile.
=> ERROR [backend:latest 3/7] RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && 0.5s
=> CANCELED [celeryworker:latest 1/10] FROM docker.io/library/python:3.7@sha256:d98fd1fa8fd1756bfe883b5004a60cfc428a1ce6e575652b771b66c8db222478 0.4s
Got it working by replacing this URL (https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py) with https://install.python-poetry.org in the dockerfile.