Skip to content

Commit

Permalink
Explicitly install jinja2 which seems to be a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jistr committed Jul 11, 2019
1 parent f7d3a04 commit 2ea5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

yum -y install jq matrix-synapse
yum -y install jq matrix-synapse python3-jinja2
yum clean all

groupmod -g 48448 synapse
Expand Down

0 comments on commit 2ea5277

Please sign in to comment.