Skip to content

Commit

Permalink
Add git to the repo2docker docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 5, 2017
1 parent 1c4c31e commit c41dd81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,5 +1,7 @@
FROM python:3.6.3-alpine3.6

# Git is required for repo2docker to work
RUN apk add --no-cache git

RUN mkdir /tmp/src
ADD . /tmp/src
Expand Down

0 comments on commit c41dd81

Please sign in to comment.