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