go-bump-1.19 (#1083)

This commit is contained in:
Dima Golomozy
2022-11-09 22:20:32 +03:00
committed by GitHub
parent 243b2cf484
commit f53d6c4466
11 changed files with 81 additions and 43 deletions
+2 -4
View File
@@ -1,14 +1,12 @@
FROM golang:1.17
FROM golang:1.19
RUN apt-get update && apt-get install ruby vim-common -y
RUN apt-get install flex bison -y
RUN wget http://www.tcpdump.org/release/libpcap-1.10.0.tar.gz && tar xzf libpcap-1.10.0.tar.gz && cd libpcap-1.10.0 && ./configure && make install
RUN go get github.com/google/gopacket
RUN go get -u golang.org/x/lint/golint
WORKDIR /go/src/github.com/buger/goreplay/
ADD . /go/src/github.com/buger/goreplay/
RUN go get golang.org/x/lint/golint
RUN go get