From d206bf5bdb02fc9a4539887aeaac33a0a8c1bad6 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 28 Feb 2020 12:21:44 +0100
Subject: [PATCH] Add git to Python images

---
 base/python:3   | 2 +-
 base/python:3.5 | 2 +-
 base/python:3.6 | 2 +-
 base/python:3.7 | 2 +-
 base/python:3.8 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/base/python:3 b/base/python:3
index acfe9b5..9176657 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 3f90feb..b5a8823 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 844d846..91a45e8 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 acfe9b5..9176657 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 6f482e7..4eddee7 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
 
-- 
GitLab