ndpi: actually build both 1.7 and dev
This commit is contained in:
parent
5c155c602f
commit
7bf51a3c93
@ -53,6 +53,13 @@ RUN bash -c 'export MAKEFLAGS="$MAKEFLAGS -j$(nproc)" && printf "$MAKEFLAGS\n";
|
||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:$PATH"; \
|
||||
git clone https://github.com/ntop/nDPI.git /tmp/nDPI && \
|
||||
cd /tmp/nDPI ; \
|
||||
git checkout 1.7; \
|
||||
./autogen.sh && \
|
||||
./configure && \
|
||||
make && \
|
||||
make install && \
|
||||
make clean && \
|
||||
git switch - ; \
|
||||
./autogen.sh && \
|
||||
./configure && \
|
||||
make && \
|
||||
|
Loading…
Reference in New Issue
Block a user