aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r--vagrant/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index 14c42f3..7395aa7 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
pacman -Suyq --noconfirm
-pacman -Sq ruby gcc make sqlite3 nodejs --noconfirm
+pacman -Sq ruby gcc make sqlite3 nodejs imagemagick --noconfirm
echo "export GEM_HOME=`gem env gemdir`" > /etc/profile.d/rubygems.sh
source /etc/profile.d/rubygems.sh
gem install bundler --no-rdoc --no-ri --no-user-install