From 2693a23fa8ce3c2e73796ace9087a54b88f3e3d5 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 29 Feb 2024 22:49:10 +0100 Subject: [PATCH] ADD:reenabled plugins --- Containerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index f143c50..965c80f 100644 --- a/Containerfile +++ b/Containerfile @@ -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