Skip to content

Commit

Permalink
hackerlab: install logcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Oct 16, 2024
1 parent 0c2c34c commit 220d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hackerlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 220d724

Please sign in to comment.