Explicitly install poetry-plugin-export in Docker container
Description
From the Poetry 2.0 changelog:
Remove the dependency on poetry-plugin-export so that poetry export is not included per default (#5980).
So we have to install that explicitly now.
Further details
We don't pin poetry in our Dockerfile
, meaning that a lot of Dockerfile builds will fail. So we have
Task list
- Install poetry-plugin-export in the Dockerfile
Acceptance criteria
-
Dockerfile builds will not fail anymore