From 930639c85105ab18155f3be769902656942caf09 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 29 Feb 2024 16:04:32 +0100 Subject: [PATCH] ADD: added hourglass plugin --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5f8d8d8..9b5a45c 100644 --- a/Containerfile +++ b/Containerfile @@ -55,4 +55,6 @@ RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazo RUN cd /usr/src/redmine/plugins;git clone https://github.com/Intera/redmine_startpage.git -RUN cd /usr/src/redmine/plugins;git clone -b master https://github.com/xmera-circle/redmine_cookie_consent \ No newline at end of file +RUN cd /usr/src/redmine/plugins;git clone -b master https://github.com/xmera-circle/redmine_cookie_consent + +RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/redmine_hourglass.git; cd redmine_hourglass; git checkout v1.3.0-beta