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