Skip to content

Commit

Permalink
Add missing requirement into bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Jun 8, 2016
1 parent cce5450 commit 2652a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ apt-get install -y nodejs
npm install -g less less-plugin-clean-css

# Required libraries for Python packages
apt-get install -y libtiff5-dev
apt-get install -y libtiff5-dev libffi-dev

cd /vagrant
easy_install -U pip
Expand Down

0 comments on commit 2652a05

Please sign in to comment.