Skip to content
Snippets Groups Projects
Commit d206bf5b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add git to Python images

parent 366eb2bf
No related branches found
No related tags found
No related merge requests found
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
......
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
......
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
......
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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment