[api-web/oscp] Make sure needed packages are there
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [api-web/oscp] Make sure needed packages are there
- Date: Fri, 30 Aug 2019 10:21:40 +0000 (UTC)
commit d67256f7777fee88b36c984a3a5e9681188c9200
Author: Andrea Veri <averi redhat com>
Date: Fri Aug 30 12:21:12 2019 +0200
Make sure needed packages are there
Dockerfile | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index 3bc11a4..3f3455c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ ENV SITE_ROOT=/opt/app-root/src \
COPY app_data ${SITE_ROOT}
RUN mkdir ${SITE_ROOT}/html ${SITE_ROOT}/src && \
+ yum install git rsync -y && \
git clone ${REPO} ${SITE_ROOT}/src && \
rsync --archive --exclude=api-web.doap --exclude=.git ${SITE_ROOT}/src ${SITE_ROOT}/html && \
chown -R 1000470000:1000470000 /opt/app-root/html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]