From 0620cf0bd0827f8fedcfb801386d482cca7201dd Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 12 Jan 2025 13:36:30 +0100 Subject: [PATCH] feat: added redmine_vividtone_my_page_blocks plugin --- 6.0/Containerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/6.0/Containerfile b/6.0/Containerfile index 93556a1..be4003f 100644 --- a/6.0/Containerfile +++ b/6.0/Containerfile @@ -18,8 +18,7 @@ ARG PLUGIN_COMMIT_redmine_startpage="HEAD" ARG PLUGIN_COMMIT_redmine_spent_time="HEAD" ARG PLUGIN_COMMIT_redmine_percent_done="HEAD" ARG PLUGIN_COMMIT_redmine_documents_short="HEAD" - -ARG THEME_COMMIT_redmine_theme_farend_bleuclair="HEAD" +ARG PLUGIN_COMMIT_vividtone_my_page_blocks="HEAD" RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git subversion RUN apt-get -qy install build-essential @@ -75,7 +74,7 @@ RUN cd plugins;git clone https://github.com/jkraemer/redmine_percent_done.git; c RUN cd plugins;git clone https://github.com/smoreau/redmine_documents_short.git; cd redmine_documents_short; git checkout ${PLUGIN_COMMIT_redmine_documents_short} - +RUN cd plugins;git clone https://github.com/vividtone/redmine_vividtone_my_page_blocks.git; cd redmine_vividtone_my_page_blocks; git checkout ${PLUGIN_COMMIT_vividtone_my_page_blocks} # #