[download-web] Land vim as well



commit b89b05697ba4dfeba77ad8a2cfffd03ede1a6547
Author: Andrea Veri <averi redhat com>
Date:   Mon Jun 15 15:07:26 2020 +0200

    Land vim as well

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 5e22a4d..e9cc396 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ USER root
 RUN yum -y update && yum -y install epel-release && \
     yum -y install mirrorbrain mirrorbrain-tools mirrorbrain-doc \
        mirrorbrain-scanner mod_autoindex_mb mod_mirrorbrain mod_form \
-       perl-IO-Socket-SSL perl-LWP-Protocol-https && yum clean all
+       perl-IO-Socket-SSL perl-LWP-Protocol-https vim && yum clean all
 
 RUN sed -ri ' s!^(\s*CustomLog)\s+\S+!\1 /proc/self/fd/1!g; s!^(\s*ErrorLog)\s+\S+!\1 /proc/self/fd/2!g;' 
/etc/httpd/conf/httpd.conf
 RUN sed -i 's/Listen\ 80/Listen\ 8080/' /etc/httpd/conf/httpd.conf


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