Skip to content

Commit

Permalink
all: install python3-pip
Browse files Browse the repository at this point in the history
python3-pip has been a requirement in the Yocto Project docs for a while
now. Be consistent and install it in all the distro/versions.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
  • Loading branch information
moto-timo committed Nov 12, 2022
1 parent b279c21 commit 395c345
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions dockerfiles/centos/centos-7/centos-7-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN yum -y install epel-release centos-release-scl && \
gzip \
python \
python3 \
python3-pip \
unzip \
perl \
patch \
Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/debian/debian-10/debian-10-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ RUN apt-get clean && \
build-essential \
chrpath \
socat \
python \
python \
python3 \
python3-pip \
cpio \
xz-utils \
locales \
Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/debian/debian-11/debian-11-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ RUN apt-get clean && \
locales \
lz4 \
procps \
python \
python \
python3 \
python3-pip \
screen \
socat \
subversion \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/debian/debian-9/debian-9-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get clean && \
socat \
python \
python3 \
python3-pip \
cpio \
xz-utils \
locales \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN zypper --non-interactive install \
python-xml \
python3 \
python3-curses \
python3-pip \
socat \
subversion \
sudo \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update && \
socat \
python \
python3 \
python3-pip \
xz-utils \
locales \
cpio \
Expand Down

0 comments on commit 395c345

Please sign in to comment.