Skip to content

Commit 8704b90

Browse files
install python3-pip in ubuntu and AWS container
1 parent f9be723 commit 8704b90

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

swift-ci/main/amazon-linux/2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN yum -y install \
3030
python-devel \
3131
python-pkgconfig \
3232
python-six \
33+
python3-pip \
3334
python3-devel \
3435
python3-psutil \
3536
rsync \

swift-ci/main/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt -y update && apt -y install \
2323
python-six \
2424
python-pkg-resources \
2525
python3-six \
26+
python3-pip \
2627
python3-distutils \
2728
python3-pkg-resources \
2829
python3-psutil \

swift-ci/main/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get -y update && apt-get -y install \
2323
python-six \
2424
python2-dev \
2525
python3-six \
26+
python3-pip \
2627
python3-distutils \
2728
python3-pkg-resources \
2829
python3-psutil \

swift-ci/main/ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN apt-get -y update && apt-get -y install \
2626
python-six \
2727
python2-dev \
2828
python3-six \
29+
python3-pip \
2930
python3-distutils \
3031
python3-pkg-resources \
3132
python3-psutil \

swift-ci/main/ubuntu/23.10/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apt-get -y update && apt-get -y install \
2020
ninja-build \
2121
pkg-config \
2222
python3-six \
23+
python3-pip \
2324
python3-distutils \
2425
python3-pkg-resources \
2526
python3-psutil \

swift-ci/main/ubuntu/24.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt-get -y update && apt-get -y install \
2121
ninja-build \
2222
pkg-config \
2323
python3-six \
24+
python3-pip \
2425
python3-pkg-resources \
2526
python3-psutil \
2627
python3-setuptools \

0 commit comments

Comments
 (0)