From 4a3c3244be253d875a29d86f68bf9d92139c7908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=98epa?= Date: Wed, 30 Oct 2024 17:30:38 +0100 Subject: [PATCH] hackerlab: add python venv --- hackerlab/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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