From edca77b6ec4a8c81edfc3777e1ebedbb05bb06f1 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 11 Feb 2024 21:47:00 +0100 Subject: [PATCH] ADD: added plugin redmine_startpage --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 1691530..09bb2fc 100644 --- a/Containerfile +++ b/Containerfile @@ -52,3 +52,5 @@ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/farend/redm RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine-git-remote.git redmine_git_remote RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git + +RUN cd /usr/src/redmine/plugins;git clone https://github.com/Intera/redmine_startpage.git \ No newline at end of file