We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c39d62 commit bdc8e40Copy full SHA for bdc8e40
Dockerfile.producer
@@ -22,7 +22,7 @@ RUN apk update && \
22
23
RUN git clone --branch 1.6 https://github.com/utoni/nDPId.git
24
25
-COPY nDPId/config.h /root/nDPId
+COPY nDPId/config.h nDPId
26
27
RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
28
0 commit comments