Dockerfile 103 B

1234
  1. FROM alpine:edge
  2. MAINTAINER Jermine <Jermine.hu@qq.com>
  3. RUN apk add git openssh --no-cache
  4. CMD ["git"]