mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Add LDAP package to Docker and Snap.
Thanks to xet7 !
This commit is contained in:
parent
ab0e1b3203
commit
f599391419
2 changed files with 7 additions and 1 deletions
|
|
@ -147,6 +147,11 @@ parts:
|
|||
git clone --depth 1 -b master https://github.com/wekan/meteor-accounts-cas.git meteor-accounts-cas
|
||||
cd ..
|
||||
fi
|
||||
if [ ! -d "packages/wekan-ldap" ]; then
|
||||
cd packages
|
||||
git clone --depth 1 -b master https://github.com/wekan/wekan-ldap.git
|
||||
cd ..
|
||||
fi
|
||||
rm -rf package-lock.json .build
|
||||
meteor add standard-minifier-js --allow-superuser
|
||||
meteor npm install --allow-superuser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue