RM: removed oidc plugin because not working
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-02-11 19:10:36 +01:00
parent ef37138fab
commit 1b664d8d3e
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -1,8 +1,6 @@
FROM docker.io/redmine:5.1 FROM docker.io/redmine:5.1
RUN echo "deb-src http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware" >> /etc/apt/sources.list
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git
RUN apt-get -qy build-dep ruby-hiredis
RUN cd /usr/src/redmine/plugins;git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git RUN cd /usr/src/redmine/plugins;git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/akpaevj/dashboard.git RUN cd /usr/src/redmine/plugins;git clone https://github.com/akpaevj/dashboard.git
@ -54,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-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://gitea.federationhq.de/byterazor/redmine_glossary.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/Contargo/redmine_oidc.git