diff --git a/lxc-apps/kanboard/image b/lxc-apps/kanboard/image index 8eeab20..6f47354 100644 --- a/lxc-apps/kanboard/image +++ b/lxc-apps/kanboard/image @@ -14,20 +14,19 @@ RUN EOF mv /srv/kanboard-* /srv/kanboard # Install plugins - git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_metadata /srv/kanboard/plugins/Metadata git clone --depth=1 https://github.com/eSkiSo/Subtaskdate /srv/kanboard/plugins/Subtaskdate - git clone --depth=1 https://github.com/kanboard/plugin-budget /srv/kanboard/plugins/Budget git clone --depth=1 https://github.com/kanboard/plugin-calendar /srv/kanboard/plugins/Calendar - git clone --depth=1 https://github.com/kanboard/plugin-chat /srv/kanboard/plugins/Chat git clone --depth=1 https://github.com/kanboard/plugin-gantt /srv/kanboard/plugins/Gantt git clone --depth=1 https://github.com/kanboard/plugin-gravatar /srv/kanboard/plugins/Gravatar git clone --depth=1 https://github.com/kanboard/plugin-registration /srv/kanboard/plugins/Registration - git clone --depth=1 https://github.com/kanboard/plugin-sms-2fa /srv/kanboard/plugins/SmsTwoFactor git clone --depth=1 https://github.com/kanboard/plugin-task-board-date /srv/kanboard/plugins/TaskBoardDate git clone --depth=1 https://github.com/oliviermaridat/kanboard-milestone-plugin /srv/kanboard/plugins/Milestone - git clone --depth=1 https://github.com/xavividal/kanboard-plugin-relationgraph /srv/kanboard/plugins/Relationgraph + git clone --depth=1 https://github.com/trendspotter/kanboard-plugin-budget /srv/kanboard/plugins/Budget # Fork of https://github.com/kanboard/plugin-budget + git clone --depth=1 https://github.com/trendspotter/kanboard-plugin-chat /srv/kanboard/plugins/Chat # Fork of https://github.com/kanboard/plugin-chat + git clone --depth=1 https://github.com/trendspotter/kanboard-plugin-relationgraph /srv/kanboard/plugins/Relationgraph # Fork of https://github.com/xavividal/kanboard-plugin-relationgraph + git clone --depth=1 https://github.com/trendspotter/kanboard-plugin-sms-2fa /srv/kanboard/plugins/SmsTwoFactor # Fork of https://github.com/kanboard/plugin-sms-2fa EOF COPY image.d