Skip to content

Commit

Permalink
removed use of python distutils package
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit committed Nov 8, 2024
1 parent 695f4df commit c96aa3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 3

RUN update-alternatives --config python3

# RUN apt install -y python3.13-distutils

RUN wget https://bootstrap.pypa.io/get-pip.py

RUN python3.13 get-pip.py
Expand Down

0 comments on commit c96aa3a

Please sign in to comment.