ADD: deactivated kanban plugin because of download captcha
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f9d6347722
commit
9041b19259
@ -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
|
Loading…
Reference in New Issue
Block a user