From 3dea0de8bffef314919a610e20cca1227fc786ed Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 22 Aug 2024 20:29:12 +0200 Subject: [PATCH] feat: issue_list macro for wiki --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 4a5b813..69ce413 100644 --- a/Containerfile +++ b/Containerfile @@ -77,5 +77,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_doc RUN cd /usr/src/redmine/plugins;git clone https://github.com/akiko-pusu/redmine_issue_badge.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/alphanodes/redmine_ref_issues.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file