From f79192ee50032b2a13cd06ecb66e1d52d009fb40 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 3 Jan 2018 13:46:26 -0800 Subject: [PATCH] Remove commented out git installation Git is present by default --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 213828a0..37e9a76e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM python:3.6.3 -# Git is required for repo2docker to work -#RUN apk add --no-cache git - RUN mkdir /tmp/src ADD . /tmp/src RUN pip3 install --no-cache-dir /tmp/src