From eaca2c07d648dcfa58420b67126ac5907c387273 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Tue, 19 Dec 2023 11:25:04 -0500 Subject: [PATCH] Include the pip package django-auth-ldap Needed for Pulp 3 LDAP integration Fixes: #531 --- images/Containerfile.core.base | 1 + 1 file changed, 1 insertion(+) diff --git a/images/Containerfile.core.base b/images/Containerfile.core.base index 5f665aaa..4196de00 100644 --- a/images/Containerfile.core.base +++ b/images/Containerfile.core.base @@ -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