ADD: for the moment provide development environment for building ruby dependencies
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Meyer 2024-02-11 17:26:33 +01:00
parent e059477251
commit 60909e2d26
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -1,6 +1,7 @@
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 ruby-hiredis make patch gcc libc-dev RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git
RUN apt-get -qy build-dep ruby-hiredis
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