]> cat aescling's git repositories - mastodon.git/commitdiff
Use cid3 on Heroku (#3001)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Fri, 12 May 2017 12:33:54 +0000 (02:33 -1000)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 12 May 2017 12:33:54 +0000 (14:33 +0200)
Use https://github.com/heroku/heroku-buildpack-apt to
install protobuf-compiler and libprotobuf-dev which are needed by cid3

Aptfile [new file with mode: 0644]
app.json

diff --git a/Aptfile b/Aptfile
new file mode 100644 (file)
index 0000000..f4efb98
--- /dev/null
+++ b/Aptfile
@@ -0,0 +1,2 @@
+protobuf-compiler
+libprotobuf-dev
index 6c4294c79e58f198c6f86fd4ab3084c68606ff5e..049f63a9e59b0830d7e590f81a12eeea6b1c5464 100644 (file)
--- a/app.json
+++ b/app.json
@@ -94,6 +94,9 @@
     }
   },
   "buildpacks": [
+    {
+      "url": "https://github.com/heroku/heroku-buildpack-apt"
+    },
     {
       "url": "heroku/nodejs"
     },