Enable SAML & OPENIDCONNECT for social-auth-core
This commit is contained in:
parent
925f41b97f
commit
dd01e3c227
2 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,13 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||
libpq-dev \
|
||||
libsasl2-dev \
|
||||
libssl-dev \
|
||||
libxml2-dev \
|
||||
libxml2-dev \
|
||||
libxmlsec1 \
|
||||
libxmlsec1-dev \
|
||||
libxmlsec1-openssl \
|
||||
libxslt-dev \
|
||||
pkg-config \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-venv \
|
||||
|
@ -46,6 +53,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||
curl \
|
||||
libldap-common \
|
||||
libpq5 \
|
||||
libxmlsec1-openssl \
|
||||
openssl \
|
||||
python3 \
|
||||
python3-distutils \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue