Add file package
If the file package is not installed, we get "Validation failed: File has contents that are not what they are reported to be" when upload media.
This commit is contained in:
parent
5f54981846
commit
6091b9b1a9
|
@ -76,7 +76,7 @@ It is recommended to create a special user for mastodon on the server (you could
|
||||||
## General dependencies
|
## General dependencies
|
||||||
|
|
||||||
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
|
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
|
||||||
sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs
|
sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file
|
||||||
sudo npm install -g yarn
|
sudo npm install -g yarn
|
||||||
|
|
||||||
## Redis
|
## Redis
|
||||||
|
|
Loading…
Reference in New Issue