FIX: added build dependencies to get hourglass plugin running :(
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-02-29 16:35:12 +01:00
parent 019abd75ee
commit a5c83a0cb5
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

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
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git libffi-dev make gcc
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