basic ldap support (#842)

This commit is contained in:
Ian Stahnke
2017-09-04 13:41:43 +10:00
committed by kevgliss
parent c0784b40e0
commit 79d12578c7
8 changed files with 378 additions and 4 deletions

View File

@ -3,7 +3,7 @@ RUN apt-get update
RUN apt-get install -y make python-software-properties curl
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash -
RUN apt-get update
RUN apt-get install -y nodejs
RUN apt-get install -y nodejs libldap2-dev libsasl2-dev libldap2-dev libssl-dev
RUN pip install -U setuptools
RUN pip install coveralls bandit
WORKDIR /app