Skip to content

Commit

Permalink
Add git command because not present in heroku-24
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Oct 24, 2024
1 parent 96cd094 commit a1c9a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git
3 changes: 3 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
},
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
Expand Down

0 comments on commit a1c9a99

Please sign in to comment.