Skip to content

Commit

Permalink
install python3-pip in ubuntu and AWS container
Browse files Browse the repository at this point in the history
  • Loading branch information
justice-adams-apple committed Aug 29, 2024
1 parent d00efae commit edda7d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions swift-ci/master/amazon-linux/2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN yum -y install \
python-devel \
python-pkgconfig \
python-six \
python3-pip \
python3-devel \
python3-psutil \
rsync \
Expand Down
1 change: 1 addition & 0 deletions swift-ci/master/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt -y update && apt -y install \
python-six \
python-pkg-resources \
python3-six \
python3-pip \
python3-distutils \
python3-pkg-resources \
python3-psutil \
Expand Down
1 change: 1 addition & 0 deletions swift-ci/master/ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get -y update && apt-get -y install \
python-six \
python2-dev \
python3-six \
python3-pip \
python3-distutils \
python3-pkg-resources \
python3-psutil \
Expand Down
1 change: 1 addition & 0 deletions swift-ci/master/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get -y update && apt-get -y install \
python-six \
python2-dev \
python3-six \
python3-pip \
python3-distutils \
python3-pkg-resources \
python3-psutil \
Expand Down
1 change: 1 addition & 0 deletions swift-ci/master/ubuntu/23.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get -y update && apt-get -y install \
ninja-build \
pkg-config \
python3-six \
python3-pip \
python3-distutils \
python3-pkg-resources \
python3-psutil \
Expand Down
1 change: 1 addition & 0 deletions swift-ci/master/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get -y update && apt-get -y install \
ninja-build \
pkg-config \
python3-six \
python3-pip \
python3-pkg-resources \
python3-psutil \
python3-setuptools \
Expand Down

0 comments on commit edda7d1

Please sign in to comment.