diff --git a/index.js b/index.js
index 5673fb9..1722991 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
 const { exec } = require('node:child_process')
 
-exec('apk add bash', (err, output) => {
+exec('apk add bash git', (err, output) => {
     console.log(output)
 })
\ No newline at end of file