[library-web/oscp] We are using SCLs!



commit 1a369bd261e3f34af7ee24e3342a78e26a86b48c
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 13 20:26:28 2020 +0100

    We are using SCLs!

 httpd/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 6753914..3fc5dab 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 mod_wsgi && \
+RUN yum install -y python-html5lib python-sqlite2 git python2-django python27-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]