[library-web/oscp] Land mod_wsgi!



commit bf5ec69500299eb8788e0714de6057a2f3296287
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 13 20:23:22 2020 +0100

    Land mod_wsgi!

 httpd/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 67b93cc..6753914 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -1,7 +1,7 @@
 FROM centos/httpd-24-centos7
 USER root
 
-RUN yum install -y python-html5lib python-sqlite2 git python2-django && \
+RUN yum install -y python-html5lib python-sqlite2 git python2-django mod_wsgi && \
     yum -y clean all --enablerepo='*'
 
 RUN git clone https://gitlab.gnome.org/Infrastructure/library-web.git /opt/lgo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]