diff --git a/hackerlab/Dockerfile b/hackerlab/Dockerfile index 11a789d..dd814b6 100644 --- a/hackerlab/Dockerfile +++ b/hackerlab/Dockerfile @@ -4,8 +4,7 @@ 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 logcheck btop sshpass telnet python3-unicorn \ - python3-fastapi + less tcpdump tmux wget iproute2 python3-pip git ncat rsyslog attr acl logcheck btop sshpass telnet python3-venv ENV TERM=xterm-256color RUN echo "PS1='\e[92m\u\e[0m@\e[94m\h\e[0m:\e[35m\w\e[0m# '" >> /root/.bashrc