From bc150f4990d90b6a52e4d27d87867fe7f5029c96 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 7 Aug 2024 08:23:19 +0200 Subject: [PATCH] ADD: added dashboard plugin --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index fcaf7bb..72588be 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,9 @@ FROM docker.io/redmine:5.1 RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git libffi-dev make gcc nodejs graphviz RUN cd /usr/src/redmine/plugins;git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git -#RUN cd /usr/src/redmine/plugins;git clone https://github.com/akpaevj/dashboard.git + +RUN cd /usr/src/redmine/plugins;git clone https://github.com/jgraichen/redmine_dashboard.git; cd redmine_dashboard; git checkout v2.15.0 + RUN cd /usr/src/redmine/plugins;git clone https://github.com/haru/redmine_wiki_extensions.git; cd redmine_wiki_extensions; git checkout 0.9.5 RUN cd /usr/src/redmine/plugins;git clone -b stable https://www.github.com/alphanodes/additionals.git