[wiki-web] Also install git



commit ba0f1fa4c3f4a13c9a40bc6270a9ed0c91f8f0be
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 22:03:32 2019 +0200

    Also install git

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index ecf8d20..76abe41 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ USER root
 ENV MOIN_RELEASE=1.9.10
 WORKDIR /srv/http
 
-RUN yum install python27-mod_wsgi wget python2-pip python-openid -y 
+RUN yum install python27-mod_wsgi wget python2-pip python-openid git -y 
 RUN pip install moin==${MOIN_RELEASE}
 
 RUN wget https://github.com/moinwiki/moin-1.9/releases/download/${MOIN_RELEASE}/moin-${MOIN_RELEASE}.tar.gz 
&& \


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