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: pulp#531
  • Loading branch information
mikedep333 committed Dec 19, 2023
1 parent e7dfdbd commit eaca2c0
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 @@ -77,6 +77,7 @@ RUN pip3 install --upgrade pip setuptools wheel && \
gunicorn \
python-nginx \
django-storages\[boto3,azure]\>=1.12.2 \
django-auth-ldap \
requests\[use_chardet_on_py3] && \
rm -rf /root/.cache/pip

Expand Down

0 comments on commit eaca2c0

Please sign in to comment.