pcap-config
Libpcap provides a portable framework for low-level network
RUN apt-get update && \
apt-get install -y libpcap0.8-dev
RUN apt-get update && \
apt-get install -y libpcap0.8-dev
RUN apk add libpcap
RUN pacman -S --noconfirm libpcap
RUN apt-get update && \
apt-get install -y libpcap0.8-dev
RUN dnf install -y libpcap-devel
RUN apt-get update && \
apt-get install -y libpcap0.8-dev