conntrack
Interact with the Netfilter connection tracking system. Search, list, inspect, modify, and delete connection flows. More information: <https://manned.org/conntrack>.
RUN apt-get update && \
apt-get install -y conntrack
RUN apt-get update && \
apt-get install -y conntrack
RUN pacman -S --noconfirm conntrack
RUN apt-get update && \
apt-get install -y conntrack
RUN yum install -y conntrack
RUN dnf install -y conntrack
RUN apt-get update && \
apt-get install -y conntrack