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 3571717 commit e1d8f7cCopy full SHA for e1d8f7c
pcap_to_node_pcap/Dockerfile
@@ -10,7 +10,6 @@ WORKDIR /app
10
RUN apt-get update && apt-get install -y --no-install-recommends bash git libpcap-dev make gcc g++ \
11
&& apt-get clean && rm -rf /var/lib/apt/lists/*
12
RUN GIT_SSL_NO_VERIFY=true git clone https://github.com/seladb/PcapPlusPlus.git /PcapPlusPlus -b v21.05
13
-COPY pcap_to_node_pcap/main.cpp /PcapPlusPlus/Examples/PcapSplitter/main.cpp
14
WORKDIR /PcapPlusPlus
15
RUN /bin/bash ./configure-linux.sh --default
16
WORKDIR /PcapPlusPlus/Examples/PcapSplitter
0 commit comments