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
This commit is contained in:
parent
68035966fb
commit
831386977e
2 changed files with 5 additions and 0 deletions
3
app.json
3
app.json
|
@ -94,6 +94,9 @@
|
|||
}
|
||||
},
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "https://github.com/heroku/heroku-buildpack-apt"
|
||||
},
|
||||
{
|
||||
"url": "heroku/nodejs"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue