mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 17:32:23 +00:00
Docker: Switched from Ubuntu 22.10 to 22.04 LTS.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:22.10 as builder
|
||||
FROM ubuntu:22.04 as builder
|
||||
|
||||
WORKDIR /root
|
||||
RUN env DEBIAN_FRONTEND=noninteractive apt-get -y update && apt-get install -y wget unzip git make cmake pkg-config libpcap-dev autoconf libtool
|
||||
@@ -6,7 +6,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get -y update && apt-get install -y w
|
||||
RUN git clone https://github.com/utoni/nDPId.git
|
||||
RUN cd nDPId && mkdir -p build && cd build && cmake .. -DBUILD_NDPI=ON && make
|
||||
|
||||
FROM ubuntu:22.10
|
||||
FROM ubuntu:22.04
|
||||
WORKDIR /root
|
||||
RUN apt-get -y update && apt-get -y install libpcap-dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user