Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build_debian.sh]: install python3-pip on sonic base image. (#63)
Browse files Browse the repository at this point in the history
To support python3 packages, installing python3-pip on sonic base image.

Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
Praveen Chaudhary authored Apr 7, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b5e08b6 commit ef42f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
@@ -275,7 +275,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
ipmitool \
ndisc6 \
makedumpfile \
conntrack
conntrack \
python3-pip


if [[ $CONFIGURED_ARCH == amd64 ]]; then

0 comments on commit ef42f5b

Please sign in to comment.