Skip to content
New issue

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

Added --without-hashes to poetry export in Dockerfile. #16

Closed
wants to merge 1 commit into from

Conversation

vaskalan
Copy link
Contributor

@vaskalan vaskalan commented Apr 14, 2023

docker build wouldn't work, it said:

ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==.

poetry export --without-hashes removed the error.

See discussion here:
Poetry fails in CI/CD with ERROR

@vaskalan vaskalan requested a review from pawbu April 14, 2023 12:17
@vaskalan
Copy link
Contributor Author

Pawel suggested this as an alternative:

rm poetry.lock
poetry lock
poetry install

and then push to master

@vaskalan vaskalan closed this Apr 21, 2023
@vaskalan vaskalan deleted the fix-dockerfile branch April 21, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant