Remove commented out git installation

Git is present by default
pull/183/head
yuvipanda 2018-01-03 13:46:26 -08:00
rodzic 379c52bac3
commit f79192ee50
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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