aboutsummaryrefslogtreecommitdiffstats
path: root/nushin/victim/Dockerfile
blob: af88684b547864e07a581c9eb6c770713f9e7001 (plain) (blame)
1
2
3
4
5
6
FROM debian:buster-slim

RUN apt update && apt upgrade -y
RUN DEBIAN_FRONTEND="noninteractive" apt install -y snort rsyslog vim

COPY ./rsyslog.conf /etc/