Add build dependencies for nDPI in Dockerfile
This commit is contained in:
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libpcap-dev \
|
libpcap-dev \
|
||||||
libjson-c-dev \
|
libjson-c-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
autoconf \
|
||||||
|
automake \
|
||||||
|
libtool \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Build and install nDPI
|
# Build and install nDPI
|
||||||
|
|||||||
Reference in New Issue
Block a user