From: Daigo 3 Dango Date: Fri, 12 May 2017 12:33:54 +0000 (-1000) Subject: Use cid3 on Heroku (#3001) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=831386977ea6abb5c5a1f6bf0735a81c4fbedb39;p=mastodon.git Use cid3 on Heroku (#3001) Use https://github.com/heroku/heroku-buildpack-apt to install protobuf-compiler and libprotobuf-dev which are needed by cid3 --- diff --git a/Aptfile b/Aptfile new file mode 100644 index 000000000..f4efb985f --- /dev/null +++ b/Aptfile @@ -0,0 +1,2 @@ +protobuf-compiler +libprotobuf-dev diff --git a/app.json b/app.json index 6c4294c79..049f63a9e 100644 --- a/app.json +++ b/app.json @@ -94,6 +94,9 @@ } }, "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-apt" + }, { "url": "heroku/nodejs" },