diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index 71ea30bb..e9e79a12 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -23,6 +23,8 @@ 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 LD_LIBRARY_PATH /usr/local/lib:/usr/lib:/go +ENV LD_RUN_PATH /usr/local/lib RUN apk add json-c RUN wget https://github.com/ntop/nDPI/archive/4.0.tar.gz RUN tar xfz 4.0.tar.gz diff --git a/version.go b/version.go index 4e93b8ed..20c05bf7 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 = "984292259a4d95bae97de314e49ec7efeb7f8a93" +var Commit = "f83d9f0f99cb947f636465b2c91917d047e21dc3"