Skip to content

Commit ef42f5b

Browse files
author
Praveen Chaudhary
authored
[build_debian.sh]: install python3-pip on sonic base image. (sonic-net#63)
To support python3 packages, installing python3-pip on sonic base image. Signed-off-by: Praveen Chaudhary [email protected]
1 parent b5e08b6 commit ef42f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_debian.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
275275
ipmitool \
276276
ndisc6 \
277277
makedumpfile \
278-
conntrack
278+
conntrack \
279+
python3-pip
279280

280281

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

0 commit comments

Comments
 (0)