ngrep
Filter network traffic packets using regular expressions. More information: <https://github.com/jpr5/ngrep>.
RUN apt-get update && \
apt-get install -y ngrep
RUN apt-get update && \
apt-get install -y ngrep

RUN apk add ngrep
RUN pacman -S --noconfirm ngrep
RUN apt-get update && \
apt-get install -y ngrep
RUN dnf install -y ngrep
RUN apt-get update && \
apt-get install -y ngrep