I'm currently unable to build the docker image. It fails with errors running pipenv caused by Python 3.6 (from the base-image)
Upgrading to a Python 3.11 base-image fails with new errors. They arrive because pipenv has a new CLI interface (different sub-commands). Once those are fixed, the next issue is cause by markupsafe. If I remember correctly, this is an older known issue with markupsafe that has been fixed in the mean-time.
It might be worthwile to upgrade to the latest versions of everything. Especially considering that the project has not been active for 5 years. I'll see if I can do something about that in a PR
I'm currently unable to build the docker image. It fails with errors running
pipenv
caused by Python 3.6 (from the base-image)Upgrading to a Python 3.11 base-image fails with new errors. They arrive because
pipenv
has a new CLI interface (different sub-commands). Once those are fixed, the next issue is cause bymarkupsafe
. If I remember correctly, this is an older known issue with markupsafe that has been fixed in the mean-time.It might be worthwile to upgrade to the latest versions of everything. Especially considering that the project has not been active for 5 years. I'll see if I can do something about that in a PR