Browse Source

Update Dockerfile

Jermine 6 years ago
parent
commit
c76922fc34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
 FROM alpine:edge
 MAINTAINER Jermine <Jermine.hu@qq.com>
-RUN apk add git=2.14.2-r0 openssh --no-cache
+RUN apk add git openssh --no-cache
 CMD ["git"]