Skip to content

Commit

Permalink
Dockerfile: reintroduce python3-pip so "pip install -U pip" succeeds …
Browse files Browse the repository at this point in the history
…again
  • Loading branch information
kba committed Mar 15, 2023
1 parent 05585fe commit 99520bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && apt-get -y install software-properties-common \
&& apt-get update && apt-get -y install \
ca-certificates \
python3-dev \
python3-pip \
python3-venv \
gcc \
make \
Expand Down

0 comments on commit 99520bb

Please sign in to comment.