From 831386977ea6abb5c5a1f6bf0735a81c4fbedb39 Mon Sep 17 00:00:00 2001 From: Daigo 3 Dango Date: Fri, 12 May 2017 02:33:54 -1000 Subject: 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 --- app.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app.json') 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" }, -- cgit