Skip to content

Commit

Permalink
hackerlab: add python venv
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Oct 30, 2024
1 parent 1ea9681 commit 4a3c324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hackerlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a3c324

Please sign in to comment.