[gimp-web/oscp] git is required



commit fe87741252a84c73a107cb7ce26fad2b144df974
Author: Andrea Veri <averi redhat com>
Date:   Fri Mar 13 17:14:41 2020 +0100

    git is required

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index bb01624e..f246157d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ USER root
 
 COPY app_data /opt/app-root/src
 
-RUN yum install -y python2-pip
+RUN yum install -y python2-pip git
 RUN git clone https://gitlab.gnome.org/Infrastructure/gimp-web.git /tmp/gimp-web && \
     cd /tmp/gimp-web && pip install -r py2-requirements.txt && \
     pelican content -o /opt/app-root/src -s pelicanconf.py && \


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