The module is included in the built Python directory, in /opt/python/mod-wsgi/mod_wsgi.so
8 lines
214 B
Docker
8 lines
214 B
Docker
FROM ubuntu:16.10
|
|
MAINTAINER Francesco Siddi <francesco@blender.org>
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -qyy \
|
|
-o APT::Install-Recommends=false -o APT::Install-Suggests=false \
|
|
openssl ca-certificates
|