ADD:reenabled plugins
This commit is contained in:
parent
f60ff34ff3
commit
2693a23fa8
@ -1,7 +1,6 @@
|
|||||||
FROM docker.io/redmine:5.1
|
FROM docker.io/redmine:5.1
|
||||||
|
|
||||||
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git
|
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git libffi-dev make gcc nodejs
|
||||||
#libffi-dev make gcc nodejs
|
|
||||||
|
|
||||||
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/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
|
||||||
@ -58,4 +57,6 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/Intera/redmine_star
|
|||||||
|
|
||||||
#RUN cd /usr/src/redmine/plugins;git clone -b master https://github.com/xmera-circle/redmine_cookie_consent
|
#RUN cd /usr/src/redmine/plugins;git clone -b master https://github.com/xmera-circle/redmine_cookie_consent
|
||||||
|
|
||||||
#RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/redmine_hourglass.git; cd redmine_hourglass; git checkout v1.3.0-beta
|
RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/redmine_hourglass.git
|
||||||
|
|
||||||
|
RUN cd /usr/src/redmine/plugins;git clone https://github.com/jrgarlick/redmine_timesheet.git
|
||||||
|
Loading…
Reference in New Issue
Block a user