Skip to content

Commit

Permalink
Fix pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Jun 21, 2024
1 parent 0092b85 commit f1579d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Ubuntu2404_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get install -y libfuse2 wget

RUN apt-get install -y curl python3-software-properties
RUN apt-get install -y nodejs npm
RUN apt-get install -y python3-pip
RUN pip3 install setuptools

RUN apt-get install -y unzip
Expand Down

0 comments on commit f1579d5

Please sign in to comment.