Browse Source

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
closed-social-glitch-2
Daigo 3 Dango 7 years ago
committed by Eugen Rochko
parent
commit
831386977e
2 changed files with 5 additions and 0 deletions
  1. +2
    -0
      Aptfile
  2. +3
    -0
      app.json

+ 2
- 0
Aptfile View File

@ -0,0 +1,2 @@
protobuf-compiler
libprotobuf-dev

+ 3
- 0
app.json View File

@ -94,6 +94,9 @@
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
},
{
"url": "heroku/nodejs"
},

Loading…
Cancel
Save