Skip to content

Commit b7ab8c1

Browse files
committed
add Go 1.7
1 parent fc83745 commit b7ab8c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

golang/1.7/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM golang:1.7-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)