Add MySQL requirements installation to Linuxfile.sh

This commit is contained in:
Michael Mintz 2016-06-08 14:32:23 -04:00
parent df9e5a9e15
commit 9107da773e
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ sudo apt-get install -y --force-yes xvfb
sudo apt-get install -y --force-yes build-essential chrpath libssl-dev libxft-dev
sudo apt-get install -y --force-yes libfreetype6 libfreetype6-dev
sudo apt-get install -y --force-yes libfontconfig1 libfontconfig1-dev
sudo apt-get install -y --force-yes libmysqlclient-dev
sudo apt-get install -y --force-yes python-dev
sudo apt-get install -y --force-yes python-MySQLdb
# Install PhantomJS
cd ~