Skip to content

Commit

Permalink
revert: fix ubuntu24.04 python
Browse files Browse the repository at this point in the history
  • Loading branch information
the-soloist committed May 31, 2024
1 parent 94c36b0 commit b0cd736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/ubuntu/lts/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ RUN apt-get update && \
apt-get install -y gdb gdbserver strace socat openssh-server net-tools iputils-ping && \
apt-get install -y git vim tmux wget curl sshfs

# temporary fix error: externally-managed-environment
RUN mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bak

# install pwn tools
RUN pip3 install pip --upgrade
RUN pip3 install prettytable colorama loguru tqdm && \
Expand Down

0 comments on commit b0cd736

Please sign in to comment.