Skip to content

Commit dab41f6

Browse files
committed
Add git command because not present in heroku-24
1 parent 96cd094 commit dab41f6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Aptfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git

app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"addons": [
33
],
44
"buildpacks": [
5+
{
6+
"url": "https://github.com/heroku/heroku-buildpack-apt"
7+
},
58
{
69
"url": "https://github.com/heroku/heroku-buildpack-python"
710
},

0 commit comments

Comments
 (0)