ADD: deactivated kanban plugin because of download captcha
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Meyer 2024-06-05 08:25:21 +02:00
parent f9d6347722
commit 9041b19259
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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