From 07f9fe3c40bdc97316781511e31c58632cb6ef1e Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 10 Aug 2024 17:00:21 +0200 Subject: [PATCH] feat: add redmine_issue_badge plugin --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index dfb76c4..4a5b813 100644 --- a/Containerfile +++ b/Containerfile @@ -75,5 +75,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redm RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_documents_short.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/akiko-pusu/redmine_issue_badge.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file