From 220d7243a12fb371772656d30af0007782d62797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=98epa?= Date: Wed, 16 Oct 2024 20:47:26 +0200 Subject: [PATCH] hackerlab: install logcheck --- hackerlab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackerlab/Dockerfile b/hackerlab/Dockerfile index a77c487..b3e39e4 100644 --- a/hackerlab/Dockerfile +++ b/hackerlab/Dockerfile @@ -3,7 +3,7 @@ FROM debian:bookworm COPY data /data RUN apt update && \ - apt install -y openssh-server curl vim nano nmap net-tools iputils-ping htop netcat-traditional dnsutils less tcpdump tmux wget iproute2 python3-pip git ncat rsyslog attr acl + apt install -y openssh-server curl vim nano nmap net-tools iputils-ping htop netcat-traditional dnsutils less tcpdump tmux wget iproute2 python3-pip git ncat rsyslog attr acl logcheck ENV TERM=xterm-256color RUN echo "PS1='\e[92m\u\e[0m@\e[94m\h\e[0m:\e[35m\w\e[0m# '" >> /root/.bashrc