Skip to content

Commit

Permalink
[build_debian.sh]: install python3-pip on sonic base image. (sonic-ne…
Browse files Browse the repository at this point in the history
…t#63)

To support python3 packages, installing python3-pip on sonic base image.

Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
  • Loading branch information
Praveen Chaudhary authored Apr 7, 2020
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
Expand Up @@ -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
Expand Down

0 comments on commit ef42f5b

Please sign in to comment.