psf / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
Other
54 stars 17 forks source link

Unable to build the docker image #3

Closed exhuma closed 1 year ago

exhuma commented 1 year ago

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

exhuma commented 1 year ago

I just saw #1

I will align with the comments made in that PR

exhuma commented 1 year ago

Added PR #4

exhuma commented 1 year ago

With the latest merged changed in #1 the docker-file builds again