Parcourir la 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
master
Daigo 3 Dango il y a 7 ans
committed by Eugen Rochko
Parent
révision
831386977e
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +2
    -0
      Aptfile
  2. +3
    -0
      app.json

+ 2
- 0
Aptfile Voir le fichier

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

+ 3
- 0
app.json Voir le fichier

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


Chargement…
Annuler
Enregistrer