From 9041b19259eab0127b85779b9ca07b3cdaf8e0a9 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 5 Jun 2024 08:25:21 +0200 Subject: [PATCH] ADD: deactivated kanban plugin because of download captcha --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index dbe9642..1817d08 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ RUN cd /usr/src/redmine/plugins;git clone -b stable https://www.github.com/alpha RUN cd /usr/src/redmine/plugins;git clone -b stable https://www.github.com/alphanodes/additional_tags.git RUN apt-get -qy install unzip -RUN cd /usr/src/redmine/plugins;wget https://redmine-kanban.com/files/redmine_kanban.zip; unzip redmine_kanban.zip +#RUN cd /usr/src/redmine/plugins;wget https://redmine-kanban.com/files/redmine_kanban.zip; unzip redmine_kanban.zip 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 @@ -71,5 +71,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redm RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_documents_short.git +COPY redmine-ntfy /usr/src/redmine/plugins/ + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file