diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index 34b0f53bdb058b225f1201df7a169bcf7f3dfc2f..dab548add9df29e6653f7002237c152326caeb49 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -28,7 +28,7 @@ mkdir -p /usr/local/share
 
 rm /usr/bin/env
 ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
-hab pkg install -b core/coreutils core/bash core/node core/yarn core/aws-cli
+hab pkg install -b core/coreutils core/bash core/node core/yarn core/aws-cli core/git
 
 yarn install --cache-folder .yarn
 ls node_modules