Skip to content

Commit eb23846

Browse files
authored
Merge pull request #451 from cglewis/main
no longer need custom version of main.cpp
2 parents 3571717 + e1d8f7c commit eb23846

File tree

2 files changed

+0
-474
lines changed

2 files changed

+0
-474
lines changed

pcap_to_node_pcap/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ WORKDIR /app
1010
RUN apt-get update && apt-get install -y --no-install-recommends bash git libpcap-dev make gcc g++ \
1111
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1212
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
1413
WORKDIR /PcapPlusPlus
1514
RUN /bin/bash ./configure-linux.sh --default
1615
WORKDIR /PcapPlusPlus/Examples/PcapSplitter

0 commit comments

Comments
 (0)