Dockerfile changes for ldap
This commit is contained in:
parent
a932682102
commit
453cdf86c4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue