Install xmlsec1 for pysaml2.

pull/8800/head
Patrick Cloke 2020-11-24 08:43:48 -05:00
parent 3f73a5a66e
commit 3949b5890f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -ex
apt-get update
apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev tox
apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox
export LANG="C.UTF-8"