[connfa-web] httpd is there already via SCL



commit 14465499466058632e64799772d91c33967e1451
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 18 18:54:09 2019 +0200

    httpd is there already via SCL

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index cf40c51..344bf83 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM centos/php-71-centos7
 
 USER root
-RUN yum -y install git httpd && \
+RUN yum -y install git && \
     rm -rf /var/cache/yum/* && yum clean all
 RUN wget 
https://raw.githubusercontent.com/composer/getcomposer.org/3c21a2c1affd88dd3fec6251e91a53e440bc2198/web/installer
 -O - -q | php -- --quiet --install-dir=/usr/bin/ --filename=composer
 RUN install -dm750 -o default -g root /app


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