Skip to content

Commit fc83745

Browse files
committed
add: golang image
1 parent f4b90b2 commit fc83745

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

golang/1.6/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM golang:1.6-alpine
2+
3+
RUN apk update && apk add git && apk add mercurial && rm -rf /var/cache/apk/*
4+
5+
RUN go get -u github.com/FiloSottile/gvt
6+
7+
CMD /sbin/init

0 commit comments

Comments
 (0)