Kaynağa Gözat

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 yıl önce
committed by Eugen Rochko
ebeveyn
işleme
831386977e
2 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +2
    -0
      Aptfile
  2. +3
    -0
      app.json

+ 2
- 0
Aptfile Dosyayı Görüntüle

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

+ 3
- 0
app.json Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet