Skip to content

Commit

Permalink
v0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jan 22, 2022
1 parent de24a7e commit bc384b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN cd libprotoident-2.0.14-1 && ./bootstrap.sh && ./configure && make && make i
#RUN cd liblinear && make && cp linear.h /usr/local/include && cp linear.o /usr/local/lib && mkdir -p /usr/local/lib/liblinear && cp linear.o /usr/lib/liblinear.o

# nDPI
ENV PKG_CONFIG_PATH /usr/lib/
#ENV PKG_CONFIG_PATH /usr/lib/
RUN apk add json-c
RUN find / -iname libjson-c.so.5
RUN wget https://github.com/ntop/nDPI/archive/4.0.tar.gz
RUN tar xfz 4.0.tar.gz
RUN cd nDPI-4.0 && ./autogen.sh && ./configure && make && make install
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package netcap
var Version = "v0.6.7"

// Commit is the git commit id of the current version.
var Commit = "a368543d518122612d66b095f6643fc32bd4dbfc"
var Commit = "de24a7efe52f4e8dc0f0236ec5d5215a2c93e08b"

0 comments on commit bc384b0

Please sign in to comment.