[discourse-web/gnome: 10/10] Install LDAP plugin




commit e354c0f43cf211650acc8a1de0cd632797949ed4
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Oct 9 13:24:15 2020 +0200

    Install LDAP plugin

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index 34e7789..41e02bf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,6 +49,7 @@ WORKDIR $HOME
 
 ### Plugins
 RUN \
+    git clone --depth=1 https://github.com/jonmbake/discourse-ldap-auth 
/discourse/plugins/discourse-ldap-auth && \
     git clone --depth=1 https://github.com/discourse/discourse-oauth2-basic.git 
/discourse/plugins/discourse-oauth2-basic && \
     git clone --depth=1 https://github.com/discourse/discourse-solved.git 
/discourse/plugins/discourse-solved && \
     git clone --depth=1 https://github.com/discourse/discourse-saved-searches.git 
/discourse/plugins/discourse-saved-searches && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]