Add xmlsec1 for django3-auth-saml2

This commit is contained in:
Tim Schneider 2024-08-07 14:46:23 +02:00
parent 0c99ff8b56
commit df4079390a

View File

@ -22,6 +22,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
python3-dev \
python3-pip \
python3-venv \
xmlsec1 \
&& python3 -m venv /opt/netbox/venv \
&& /opt/netbox/venv/bin/python3 -m pip install --upgrade \
pip \