Browse Source

Create Dockerfile

Jermine 8 years ago
parent
commit
8d118a98b7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -0,0 +1,5 @@
+FROM alpine:3.6
+RUN apk add git=2.14.1-r1 \
+    --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
+    --no-cache
+ENTRYPOINT ["/bin/sh"]