[happybirthdaygnome-web/oscp] Needs git



commit ba1cb3bed7abd16bd31ae0017b54d19aa27e8489
Author: Andrea Veri <averi redhat com>
Date:   Fri Aug 23 11:45:53 2019 +0200

    Needs git

 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 4111b09..62e6aa4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,8 @@ ENV SITE_ROOT=/opt/app-root/src \
     REPO=https://gitlab.gnome.org/Infrastructure/happybirthdaygnome-web.git
 
 COPY app_data ${SITE_ROOT}
-RUN git clone ${REPO} ${SITE_ROOT} 
+RUN yum install git -y && \
+    git clone ${REPO} ${SITE_ROOT} 
 
 EXPOSE 8080
 


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