[paste-web/oscp] Use our fork of sticky-notes



commit 10b31f719ff298d140e976170ee96c9379b3a54d
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Apr 30 10:11:41 2020 +0200

    Use our fork of sticky-notes

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index c61e0b91..645aa7c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,9 +6,9 @@ ENV ASSETS_HOME=/root/paste-web
 USER root
 RUN yum -y install epel-release
 RUN yum install rh-php71-php-mcrypt -y
-RUN git clone https://gitlab.gnome.org/Infrastructure/paste-web.git ${ASSETS_HOME}
+RUN git clone --depth 1 --single-branch --branch master 
https://gitlab.gnome.org/Infrastructure/paste-web.git ${ASSETS_HOME}
 
-RUN git clone https://github.com/sayakb/sticky-notes.git ${PASTE_HOME}
+RUN git clone --depth 1 --single-branch -b sticky-notes 
https://gitlab.gnome.org/Infrastructure/paste-web.git ${PASTE_HOME}
 
 RUN rm /etc/httpd/conf.d/welcome.conf
 COPY paste.gnome.org.conf /etc/httpd/conf.d


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