This commit is contained in:
Cole Kettler
2019-02-16 09:55:34 +01:00
committed by Leonid Bugaev
parent c092718ee6
commit 60e150de67
+1 -1
View File
@@ -13,7 +13,7 @@ RUN apt-get install oracle-java8-installer -y
RUN apt-get install flex bison -y
RUN wget http://www.tcpdump.org/release/libpcap-1.8.1.tar.gz && tar xzf libpcap-1.8.1.tar.gz && cd libpcap-1.8.1 && ./configure && make install
RUN go get github.com/google/gopacket
RUN go get -u github.com/golang/lint/golint
RUN go get -u golang.org/x/lint/golint
WORKDIR /go/src/github.com/buger/goreplay/