diff --git a/recipes/git/recipe.sh b/recipes/git/recipe.sh
index f9b212c4f0e9f86f244a54600f10c931baf00285..e2e0016723b15e384ff9b26a7866d1684d80797d 100644
--- a/recipes/git/recipe.sh
+++ b/recipes/git/recipe.sh
@@ -1,6 +1,7 @@
 VERSION=2.13.1
 TAR=https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.xz
 BUILD_DEPENDS=(zlib curl openssl expat)
+DEPENDS="ca-certificates"
 
 export AR="${HOST}-ar"
 export AS="${HOST}-as"