elixir/docker
Théo Lebrun d24114b0fe Dockerfile: add WSGIApplicationGroup %{GLOBAL} for C libraries
Apparently we might need this for some C code extensions:

> Forcing a WSGI application to run within the first interpreter can be
> necessary when a third party C extension module for Python has used
> the simplified threading API for manipulation of the Python GIL and
> thus will not run correctly within any additional sub interpreters
> created by Python.

https://www.modwsgi.org/en/latest/configuration-directives/WSGIApplicationGroup.html

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
2024-12-25 10:31:20 +01:00
..
000-default.conf Dockerfile: add WSGIApplicationGroup %{GLOBAL} for C libraries 2024-12-25 10:31:20 +01:00
Dockerfile Dockerfile: add virtualenv to $PATH by default 2024-12-25 03:48:53 +01:00
gitconfig docker: add gitconfig to mark all safe directories 2024-12-24 16:05:17 +01:00