Skip to content

Commit f047756

Browse files
jlevequelguohan
authored andcommitted
[image config] Install Python tabulate library v0.8.2 via pip (#2130)
1 parent ea4b4bd commit f047756

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/build_templates/sonic_debian_extension.j2

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i target/debs/python-click*_all.deb || \
102102
# using pip install instead to get a more recent version than is available through debian
103103
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install pexpect
104104

105+
# Install tabulate >= 0.8.1 via pip in order to support multi-line row output for sonic-utilities
106+
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install tabulate==0.8.2
107+
105108
# Install SONiC Utilities (and its dependencies via 'apt-get -y install -f')
106109
sudo dpkg --root=$FILESYSTEM_ROOT -i target/debs/python-sonic-utilities_*.deb || \
107110
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install -f

0 commit comments

Comments
 (0)