From 253ceb4b48307b7afb5ebda4511db1921eb9dc5a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 19 Feb 2015 19:03:22 -0500 Subject: [PATCH] added imagemagick to vagrantfile --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index ce873fa4..dad6c7c7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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