[Mellanox] Install MFT packages on Syncd container (#7844)

To have access to MFT tools in the Syncd container on Mellanox switches due to SAI dump API implementation enhancements
This commit is contained in:
DavidZagury 2021-06-14 18:25:58 +03:00 committed by Qi Luo
parent 199c75f36b
commit 49388fd595

View File

@ -3,7 +3,7 @@
DOCKER_SYNCD_PLATFORM_CODE = mlnx
include $(PLATFORM_PATH)/../template/docker-syncd-base.mk
$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD) $(PYTHON_SDK_API)
$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD) $(PYTHON_SDK_API) $(MFT)
$(DOCKER_SYNCD_BASE)_DBG_DEPENDS += $(SYNCD_DBG) \
$(LIBSWSSCOMMON_DBG) \