Dockerfile 176 B

123456
  1. FROM alpine:3.6
  2. MAINTAINER Jermine <Jermine.hu@qq.com>
  3. RUN apk add git=2.14.1-r1 \
  4. --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
  5. --no-cache
  6. CMD ["git"]