about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorDaigo 3 Dango <zunda@users.noreply.github.com>2017-05-12 02:33:54 -1000
committerEugen Rochko <eugen@zeonfederated.com>2017-05-12 14:33:54 +0200
commit831386977ea6abb5c5a1f6bf0735a81c4fbedb39 (patch)
tree6e8909b88b1293fe068baa9f074902b6dff56468 /app.json
parent68035966fb8d51e50924eb9377367e7351926b00 (diff)
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
Diffstat (limited to 'app.json')
-rw-r--r--app.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/app.json b/app.json
index 6c4294c79..049f63a9e 100644
--- a/app.json
+++ b/app.json
@@ -95,6 +95,9 @@
   },
   "buildpacks": [
     {
+      "url": "https://github.com/heroku/heroku-buildpack-apt"
+    },
+    {
       "url": "heroku/nodejs"
     },
     {