We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=> 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.
The text was updated successfully, but these errors were encountered:
This worked for me as well. Thank you for posting.
Sorry, something went wrong.
PRs #524 and #529 have the corrected files if you want to take a look.
Thanks! This was solved in #480 🎉
And thanks @willingc! 🌮 🌮
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.
No branches or pull requests
=> 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.
The text was updated successfully, but these errors were encountered: