From bd17c0a09ae227eab5f5395a2ce71ecc3f1605a1 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 2 Oct 2024 17:07:38 +0200 Subject: [PATCH] feat: remvoved scrum plugin as no download url anymore --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 69ce413..3af403e 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,7 @@ RUN apt-get -qy install unzip RUN cd /usr/src/redmine/plugins;git clone https://github.com/mikitex70/redmine_drawio.git RUN cd /usr/src/redmine/plugins;git clone https://github.com/alphanodes/redmine_messenger.git -RUN cd /usr/src/redmine/plugins;wget https://redmine.ociotec.com/attachments/download/581/scrum-0.23.1.tar.gz; tar zxf scrum-0.23.1.tar.gz +#RUN cd /usr/src/redmine/plugins;wget https://redmine.ociotec.com/attachments/download/581/scrum-0.23.1.tar.gz; tar zxf scrum-0.23.1.tar.gz #RUN cd /usr/src/redmine/plugins;git clone https://github.com/cryptogopher/issue_recurring.git