Skip to content

Commit

Permalink
Add redis-tools to docker-orchagent (#117)
Browse files Browse the repository at this point in the history
Changes done in 7c9bffb
removed runtime dependency on redis from hiredis.
So we need to add them manually into orchagent docker
  • Loading branch information
marian-pritsak authored and Shuotian Cheng committed Dec 14, 2016
1 parent 1e3fdc4 commit c199614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/docker-orchagent-mlnx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

DOCKER_ORCHAGENT_MLNX = docker-orchagent-mlnx.gz
$(DOCKER_ORCHAGENT_MLNX)_PATH = $(DOCKERS_PATH)/docker-orchagent
$(DOCKER_ORCHAGENT_MLNX)_DEPENDS += $(SWSS)
$(DOCKER_ORCHAGENT_MLNX)_DEPENDS += $(SWSS) $(REDIS_TOOLS)
$(DOCKER_ORCHAGENT_MLNX)_LOAD_DOCKERS += $(DOCKER_BASE)
SONIC_DOCKER_IMAGES += $(DOCKER_ORCHAGENT_MLNX)

0 comments on commit c199614

Please sign in to comment.