- Add LDAP package to Docker and Snap.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-10-10 01:38:59 +03:00
parent ab0e1b3203
commit f599391419
2 changed files with 7 additions and 1 deletions

View file

@ -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