From ad50892942f1cf53da764bb6688f8c0c07e71ae4 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 11 Feb 2024 13:41:44 +0100 Subject: [PATCH] FIX: for the moment deactivate oidc plugiN --- Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index 3005c06..4107f89 100644 --- a/Containerfile +++ b/Containerfile @@ -52,5 +52,3 @@ 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 - -RUN cd /usr/src/redmine/plugins;git clone https://github.com/Contargo/redmine_oidc.git \ No newline at end of file