Skip to content

Commit

Permalink
Include the pip package django-auth-ldap
Browse files Browse the repository at this point in the history
Needed for Pulp 3 LDAP integration

Fixes: #531
  • Loading branch information
mikedep333 committed Dec 19, 2023
1 parent e7dfdbd commit 663bfb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN pip3 install --upgrade pip setuptools wheel && \
setproctitle \
gunicorn \
python-nginx \
django-auth-ldap \
django-storages\[boto3,azure]\>=1.12.2 \
requests\[use_chardet_on_py3] && \
rm -rf /root/.cache/pip
Expand Down

0 comments on commit 663bfb6

Please sign in to comment.