From 984292259a4d95bae97de314e49ec7efeb7f8a93 Mon Sep 17 00:00:00 2001 From: Philipp Mieden Date: Sat, 22 Jan 2022 16:15:03 +0100 Subject: [PATCH] v0.6.7 release --- docker/alpine/Dockerfile | 1 + docker/ubuntu/Dockerfile | 2 ++ version.go | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index 09acb105..9320cc4c 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -23,6 +23,7 @@ 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 +RUN apt install json-c 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 diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 9c46d65b..428437eb 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -16,6 +16,8 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/wand/libflowmanager/cfg/setup/ba RUN curl -1sLf 'https://dl.cloudsmith.io/public/wand/libprotoident/cfg/setup/bash.deb.sh' | bash RUN apt-get update +# nDPI +RUN apt install json-c 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 diff --git a/version.go b/version.go index 8dc7040f..e2eb6bde 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package netcap var Version = "v0.6.7" // Commit is the git commit id of the current version. -var Commit = "0255f989e22e015874d91db5d57096f47808a450" +var Commit = "918be6b3513705d26d3245b2f15fbb87517b8eb0"