Skip to content

Commit 0cac6f5

Browse files
authored
Merge pull request #876 from Wellyas/patch-1
Add requirements for SAML SSO
2 parents 925f41b + dd01e3c commit 0cac6f5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1313
libpq-dev \
1414
libsasl2-dev \
1515
libssl-dev \
16+
libxml2-dev \
17+
libxml2-dev \
18+
libxmlsec1 \
19+
libxmlsec1-dev \
20+
libxmlsec1-openssl \
21+
libxslt-dev \
22+
pkg-config \
1623
python3-dev \
1724
python3-pip \
1825
python3-venv \
@@ -46,6 +53,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
4653
curl \
4754
libldap-common \
4855
libpq5 \
56+
libxmlsec1-openssl \
4957
openssl \
5058
python3 \
5159
python3-distutils \

requirements-container.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ django-auth-ldap==4.1.0
22
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.13.1
33
napalm==4.0.0
44
psycopg2==2.9.4
5-
social-auth-core[openidconnect]==4.3.0
5+
python3-saml==1.14.0
6+
social-auth-core[all]==4.3.0

0 commit comments

Comments
 (0)