Skip to content

Commit

Permalink
Install pip on Alpine >= 3.19 (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellahathaway authored Dec 20, 2024
1 parent 1e61657 commit 4e74d3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alpine/3.19/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN apk add --upgrade --no-cache \
paxctl \
pigz \
py3-lldb \
py3-pip \
python3-dev \
shadow \
sudo \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.20/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apk add --upgrade --no-cache \
paxctl \
pigz \
py3-lldb \
py3-pip \
python3-dev \
shadow \
sudo \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.21/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apk add --upgrade --no-cache \
paxctl \
pigz \
py3-lldb \
py3-pip \
python3-dev \
shadow \
sudo \
Expand Down

0 comments on commit 4e74d3d

Please sign in to comment.