[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 GitHub
parent da3d3aa10f
commit cedc2113fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) \