diff --git a/7/Dockerfile b/7/Dockerfile
index 7b4f4ac11ef832af69c75633e8d46b5afa768ee0..a2a36d2a491fa87d71d8221c60cb07b899d6a041 100644
--- a/7/Dockerfile
+++ b/7/Dockerfile
@@ -2,6 +2,9 @@ FROM centos:7
 
 RUN yum update -y
 
+# Add WANDisco Git Repo to get Git > 1.8 - this is needed for Icinga DB dependencies
+RUN yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
+
 RUN yum install -y \
   sudo wget curl which tar expect git \
   patch rpm-build redhat-rpm-config rpmlint \