Install more debs for python3 in sonic-slave (#1211)
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
This commit is contained in:
parent
744927acd3
commit
eb086818d7
@ -164,10 +164,11 @@ RUN apt-get update && apt-get install -y \
|
||||
cppcheck \
|
||||
clang \
|
||||
pylint \
|
||||
python-pytest \
|
||||
gcovr \
|
||||
python-pytest=2.6.3* \
|
||||
python3-pytest=2.6.3* \
|
||||
python-pytest-cov \
|
||||
python3-pytest-cov \
|
||||
python-parse \
|
||||
# For snmpd
|
||||
libmysqlclient-dev \
|
||||
@ -196,6 +197,8 @@ RUN apt-get update && apt-get install -y \
|
||||
python-netaddr \
|
||||
python-ipaddr \
|
||||
python-yaml \
|
||||
# For sonic utilities
|
||||
python3-netaddr \
|
||||
# For lockfile
|
||||
procmail \
|
||||
# For gtest
|
||||
|
Loading…
Reference in New Issue
Block a user