diff --git a/Aptfile b/Aptfile new file mode 100644 index 0000000000000000000000000000000000000000..f4efb985f83998b022429137235529eccd742a88 --- /dev/null +++ b/Aptfile @@ -0,0 +1,2 @@ +protobuf-compiler +libprotobuf-dev diff --git a/app.json b/app.json index 6c4294c79e58f198c6f86fd4ab3084c68606ff5e..049f63a9e59b0830d7e590f81a12eeea6b1c5464 100644 --- a/app.json +++ b/app.json @@ -94,6 +94,9 @@ } }, "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-apt" + }, { "url": "heroku/nodejs" },