diff --git a/base/python:3 b/base/python:3
index acfe9b55902d85273157d411aed99f7ed9e84a9e..917665743b548fa66cb0e3f1275f3f349ede594f 100644
--- a/base/python:3
+++ b/base/python:3
@@ -1,7 +1,7 @@
 FROM python:3.7.1
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
- RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev
+ RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git
 
  RUN pip install -U pip setuptools wheel
 
diff --git a/base/python:3.5 b/base/python:3.5
index 3f90febdf2c5433166d61f5b98571e87c465ceb5..b5a88235d9924109381d9164517e5f490239df46 100644
--- a/base/python:3.5
+++ b/base/python:3.5
@@ -1,7 +1,7 @@
 FROM python:3.5.6
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
- RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev
+ RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git
 
  RUN pip install -U pip setuptools wheel
 
diff --git a/base/python:3.6 b/base/python:3.6
index 844d846ca3b3c1b8ed1f51af0b141e56a5634a5b..91a45e88b690e9a0f7786667e9206fb533e91288 100644
--- a/base/python:3.6
+++ b/base/python:3.6
@@ -1,7 +1,7 @@
 FROM python:3.6.7
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
- RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev
+ RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git
 
  RUN pip install -U pip setuptools wheel
 
diff --git a/base/python:3.7 b/base/python:3.7
index acfe9b55902d85273157d411aed99f7ed9e84a9e..917665743b548fa66cb0e3f1275f3f349ede594f 100644
--- a/base/python:3.7
+++ b/base/python:3.7
@@ -1,7 +1,7 @@
 FROM python:3.7.1
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
- RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev
+ RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git
 
  RUN pip install -U pip setuptools wheel
 
diff --git a/base/python:3.8 b/base/python:3.8
index 6f482e7f7f3ef67c680020b4fe8664420cf6bbec..4eddee7398c034d500d94e35f9143b7ceda7a5ea 100644
--- a/base/python:3.8
+++ b/base/python:3.8
@@ -1,7 +1,7 @@
 FROM python:3.8.1
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
- RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev
+ RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git
 
  RUN pip install -U pip setuptools wheel