Dockerfile changes for ldap

This commit is contained in:
aatish 2018-11-10 11:26:12 +05:45
parent a932682102
commit 453cdf86c4
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1
RUN apk add --no-cache linux-headers bash gcc \
musl-dev libjpeg-turbo-dev libpng libpq \
postgresql-dev uwsgi uwsgi-python3 git \
zlib-dev libmagic libffi-dev libressl-dev python3-dev
zlib-dev libmagic libffi-dev libressl-dev python3-dev openldap-dev
WORKDIR /site

View File

@ -5,3 +5,4 @@ rules==2.0
python-decouple==3.1
ldap3==2.5.1
python-ldap==3.1.0
django-auth-ldap==1.7.0