Add build-essential to dependencies list.

A C compiler is required to compile Ruby.
This commit is contained in:
staticsafe 2017-04-08 19:35:55 +00:00
parent 470eb0042e
commit db1d0a73fb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ It is recommended to create a special user for mastodon on the server (you could
## General dependencies
sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git curl build-essential
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install nodejs