dumpy 0.4.0-alpha.4

A web frontend to Suricata full packet capture
1
2
3
4
5
6
FROM centos:7
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH=/root/.cargo/bin:$PATH
RUN yum -y install \
        gcc \
        libpcap-devel