mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
10 lines
231 B
Docker
10 lines
231 B
Docker
FROM google/golang:1.4
|
|
|
|
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 -u github.com/golang/lint/golint
|
|
RUN go get |