diff options
-rw-r--r-- | Aptfile | 2 | ||||
-rw-r--r-- | app.json | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Aptfile b/Aptfile new file mode 100644 index 000000000..f4efb985f --- /dev/null +++ b/Aptfile @@ -0,0 +1,2 @@ +protobuf-compiler +libprotobuf-dev diff --git a/app.json b/app.json index 6c4294c79..049f63a9e 100644 --- a/app.json +++ b/app.json @@ -95,6 +95,9 @@ }, "buildpacks": [ { + "url": "https://github.com/heroku/heroku-buildpack-apt" + }, + { "url": "heroku/nodejs" }, { |