[happybirthdaygnome-web/oscp] Needs git
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [happybirthdaygnome-web/oscp] Needs git
- Date: Fri, 23 Aug 2019 09:45:52 +0000 (UTC)
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]