ADD:reenabled plugins

This commit is contained in:
Dominik Meyer 2024-02-29 22:49:10 +01:00
parent f60ff34ff3
commit 2693a23fa8
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -1,7 +1,6 @@
FROM docker.io/redmine:5.1
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git
#libffi-dev make gcc nodejs
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git 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/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 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