From 0a1a6d9b105d193ea36b17400e1b8980c5fee07e Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 11 Feb 2024 11:53:02 +0100 Subject: [PATCH] ADD: added plugin for oidc --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1d95830..3005c06 100644 --- a/Containerfile +++ b/Containerfile @@ -51,4 +51,6 @@ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/alexcode-cc RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine-git-remote.git redmine_git_remote -RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git \ No newline at end of file +RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git + +RUN cd /usr/src/redmine/plugins;git clone https://github.com/Contargo/redmine_oidc.git \ No newline at end of file