postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.83k stars 1.82k forks source link

docker build fails #687

Open winny- opened 1 year ago

winny- commented 1 year ago

(Technically it doesn't fail, but deps aren't installed because pipenv throws an exception in the process substitution in the Dockerfile. It appear process substitution needs special treatment to catch errors, and that's why the error is eaten.)

I'm opening this more of as a courtesy, I don't think this is actively maintained anymore. :shrug: