Compare commits

...

2 Commits

Author SHA1 Message Date
Dominik Meyer cc9a7ecc11
RM: enforce time tracking plugin buggy
continuous-integration/drone/push Build is passing Details
2024-02-29 23:44:45 +01:00
Dominik Meyer d7d073920c
ADD: another plugin to improve time tracking 2024-02-29 23:32:31 +01:00
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +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 graphviz
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
@ -61,7 +61,9 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/
RUN cd /usr/src/redmine/plugins;git clone https://github.com/jrgarlick/redmine_timesheet.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/ozguryazilimas/redmine_enforce_time_entry.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/eyp/redmine_spent_time.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/tckz/redmine-wiki_graphviz_plugin.git wiki_graphviz_plugin
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh