Mercurial > p > roundup > code
view scripts/Docker/requirements.txt @ 7308:24cbf3a41e8a
Use dumb-init in Dockerfile; chown tracker directory to proper uid
Use dumb-init so proceses started from Roundup get properly reaped if
they exit after the Roundup server instance.
Also chown the tracker mount directory to the specified uid/gid.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 May 2023 17:53:47 -0400 |
| parents | 889ddfbf8abe |
| children | b8e88d4ca95b |
line wrap: on
line source
# human timezones pytz # indexer Whoosh # extra database support psycopg2 mysqlclient # encryption gpg # java web tokens PyJWT # extra HTTP compression methods Brotli zstd # jinja2 template engine Jinja2
