added imagemagick to vagrantfile
This commit is contained in:
parent
fb8c006be1
commit
253ceb4b48
1 changed files with 3 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue