From 876d18c98afe6d7e63563a61e6cde19d21b908ff Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Mon, 12 Feb 2024 00:21:03 +0100 Subject: [PATCH] ADD: added plugin for cookie consent --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 09bb2fc..5f8d8d8 100644 --- a/Containerfile +++ b/Containerfile @@ -53,4 +53,6 @@ RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazo 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/Intera/redmine_startpage.git \ No newline at end of file +RUN cd /usr/src/redmine/plugins;git clone https://github.com/Intera/redmine_startpage.git + +RUN cd /usr/src/redmine/plugins;git clone -b master https://github.com/xmera-circle/redmine_cookie_consent \ No newline at end of file