Skip to content

Commit 7b5d16e

Browse files
committed
Merge pull request #1005 from staritza/master
Update bootstrap.sh to include saml dependency
2 parents d331285 + aab0542 commit 7b5d16e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup/ubuntu/bootstrap.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ apt-get install -y libmysqlclient-dev
163163
# Microsoft SQL Server dependencies:
164164
apt-get install -y freetds-dev
165165

166+
#Saml dependency
167+
apt-get install -y xmlsec1
168+
166169
# Pip requirements for all data source types
167170
cd /opt/redash/current
168171
pip install -r requirements_all_ds.txt

0 commit comments

Comments
 (0)