Skip to content

Commit

Permalink
Fix golint URL per golang/lint#415 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
colekettler authored and buger committed Feb 16, 2019
1 parent c092718 commit 60e150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Expand Up @@ -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/

Expand Down

0 comments on commit 60e150d

Please sign in to comment.