From dfbf75aaeff6aace563f40c4f9937ab400e11dd8 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 11 Feb 2024 21:10:27 +0100 Subject: [PATCH] MOD: disabled dashboard plugin --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4107f89..e2f4572 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/redmine:5.1 RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git 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/akpaevj/dashboard.git 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