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
master
Daigo 3 Dango 7 years ago committed by Eugen Rochko
parent 68035966fb
commit 831386977e
  1. 2
      Aptfile
  2. 3
      app.json

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

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

Loading…
Cancel
Save