Compare commits

..

No commits in common. "cc9a7ecc115d8d76f7bbfef5c9f496ee26240d95" and "ab84b6c1ffa95354b0acd496ea6d1a14a7bd2ced" have entirely different histories.

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 graphviz
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
@ -61,9 +61,7 @@ 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/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
RUN cd /usr/src/redmine/plugins;git clone https://github.com/ozguryazilimas/redmine_enforce_time_entry.git
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh