[damned-lies/oscp] Missing mod_wsgi package



commit 53a2f3fcfd5a1169c027a757b61717e8b1835cac
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 18:59:05 2019 +0200

    Missing mod_wsgi package

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 166cb19d..e4448b5d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM centos/s2i-base-centos7
 
 RUN INSTALL_PKGS="rh-python36 rh-python36-python-devel rh-python36-python-setuptools rh-python36-python-pip 
nss_wrapper \
-        httpd24 httpd24-httpd-devel httpd24-mod_ssl httpd24-mod_auth_kerb httpd24-mod_ldap \
+        httpd24 httpd24-httpd-devel httpd24-mod_ssl httpd24-mod_auth_kerb httpd24-mod_ldap httpd24-mod_wsgi \
         httpd24-mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
         gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel" && \
     yum install -y centos-release-scl && \


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