added imagemagick to vagrantfile

This commit is contained in:
Connor Turland 2015-02-19 19:03:22 -05:00
parent fb8c006be1
commit 253ceb4b48

3
Vagrantfile vendored
View file

@ -18,6 +18,9 @@ sudo apt-get install postgresql -y
sudo apt-get install libpq-dev -y
sudo apt-get install redis-server -y
# get imagemagick
sudo apt-get install imagemagick --fix-missing
# Install node
ln -fs /usr/bin/nodejs /usr/bin/node