about summary refs log tree commit diff
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
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
-rw-r--r--Aptfile2
-rw-r--r--app.json3
2 files changed, 5 insertions, 0 deletions
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
@@ -95,6 +95,9 @@
   },
   "buildpacks": [
     {
+      "url": "https://github.com/heroku/heroku-buildpack-apt"
+    },
+    {
       "url": "heroku/nodejs"
     },
     {