mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Initial support for input modifiers
This commit is contained in:
+3
-1
@@ -2,8 +2,10 @@ FROM google/golang
|
||||
|
||||
RUN cd /goroot/src/ && GOOS=linux GOARCH=386 ./make.bash --no-clean
|
||||
|
||||
RUN apt-get install ruby -y
|
||||
|
||||
WORKDIR /gopath/src/gor
|
||||
|
||||
ADD . /gopath/src/gor
|
||||
|
||||
RUN go get
|
||||
RUN go get
|
||||
|
||||
Reference in New Issue
Block a user