diff --git a/Aptfile b/Aptfile new file mode 100644 index 0000000..5664e30 --- /dev/null +++ b/Aptfile @@ -0,0 +1 @@ +git diff --git a/app.json b/app.json index 3d21b9f..fec60ce 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,9 @@ "addons": [ ], "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-apt" + }, { "url": "https://github.com/heroku/heroku-buildpack-python" },