Thank you very much for providing this!
Currently, building the container seems to fail with:
ERROR: failed to build: failed to solve: process "/bin/sh -c virtualenv venv && /app/venv/bin/pip install -r requirements.txt && /app/venv/bin/pip install -r tools/tokenserver/requirements.txt && /app/venv/bin/pip install pyopenssl==22.1.0" did not complete successfully: exit code: 1
This is probably an upstream issue where requirements.txt refers to an outdated version of pyopenssl, correct?
Thank you very much for providing this!
Currently, building the container seems to fail with:
ERROR: failed to build: failed to solve: process "/bin/sh -c virtualenv venv && /app/venv/bin/pip install -r requirements.txt && /app/venv/bin/pip install -r tools/tokenserver/requirements.txt && /app/venv/bin/pip install pyopenssl==22.1.0" did not complete successfully: exit code: 1
This is probably an upstream issue where requirements.txt refers to an outdated version of pyopenssl, correct?