FROM golang:cross MAINTAINER Liang Ding ADD . /wide/gogogo/src/github.com/b3log/wide RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/deps/golang.org.tar.gz -C /wide/gogogo/src/ RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/deps/github.com.tar.gz -C /wide/gogogo/src/ RUN useradd wide && useradd runner ENV GOROOT /usr/src/go ENV GOPATH /wide/gogogo WORKDIR /wide/gogogo/src/github.com/b3log/wide RUN go build -v EXPOSE 7070