Skip to content

Commit

Permalink
Use cid3 on Heroku (mastodon#3001)
Browse files Browse the repository at this point in the history
Use https://github.com/heroku/heroku-buildpack-apt to
install protobuf-compiler and libprotobuf-dev which are needed by cid3
  • Loading branch information
zunda authored and Gargron committed May 12, 2017
1 parent 6803596 commit 8313869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
protobuf-compiler
libprotobuf-dev
3 changes: 3 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
},
{
"url": "heroku/nodejs"
},
Expand Down

0 comments on commit 8313869

Please sign in to comment.