[odrs-web/oscp] httpd and mod_ssl come preinstalled



commit 0a3129d2b41d295328eee4971cca3d7c4acec061
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 09:48:58 2018 +0100

    httpd and mod_ssl come preinstalled

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 8e81098..642a892 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM centos/httpd-24-centos7
 USER root 
 
 RUN yum update -y
-RUN yum install gcc make httpd mod_ssl rh-python36 rh-python36-python-pip rh-python36-mod_wsgi 
rh-python36-scldevel -y
+RUN yum install gcc make rh-python36 rh-python36-python-pip rh-python36-mod_wsgi rh-python36-scldevel -y
 
 ENV ODRS_HOME=/odrs-web \
     LANG=C


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