FROM golang:1.7-alpine
RUN apk update && apk add --no-cache build-base git
