Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): use manual installation for python Poetry
The Docker image, `python:3.11-slim`, that CourtListener are built from, recently stopped working with the installation script that is downloaded and executed for the Poetry tool: ``` RUN curl -sSL https://install.python-poetry.org | python3 - ``` Instead of this script, use the installation with `pip` that is a alternative approach which doesn't have this problem and is more direct than the script. Fixes: #3079
- Loading branch information