Files
goreplay/Dockerfile
T
2015-07-02 10:25:47 +05:00

9 lines
183 B
Docker

FROM google/golang
RUN cd /goroot/src/ && GOOS=linux GOARCH=386 ./make.bash --no-clean
WORKDIR /gopath/src/github.com/buger/gor/
ADD . /gopath/src/github.com/buger/gor/
RUN go get