Update system package dependencies for 20.04

This commit is contained in:
Basti 2021-01-13 09:48:23 +01:00 committed by Greg Karékinian
parent 971a3a25a1
commit ad64bfc0be
1 changed files with 3 additions and 2 deletions

View File

@ -42,8 +42,9 @@ user mastodon_user do
home mastodon_path
end
package %w(imagemagick ffmpeg libxml2-dev libxslt1-dev file git curl pkg-config
libprotobuf-dev protobuf-compiler libidn11 libidn11-dev libjemalloc1)
package %w(build-essential imagemagick ffmpeg libxml2-dev libxslt1-dev file git
curl pkg-config libprotobuf-dev protobuf-compiler libidn11
libidn11-dev libjemalloc2 libpq-dev)
npm_package "yarn" do
version "1.22.4"