Skip to content

Commit

Permalink
add missing variable (#17162)
Browse files Browse the repository at this point in the history
Without the INSTALL_PYTHON_WHEELS=SONIC_UTILITIES_PY3, slave container won't have needed sonic utilities related packages.
  • Loading branch information
Xichen96 authored Nov 15, 2023
1 parent a92ac0a commit e6c2e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/docker-dhcp-server.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $(DOCKER_DHCP_SERVER)_LOAD_DOCKERS = $(DOCKER_CONFIG_ENGINE_BULLSEYE)

$(DOCKER_DHCP_SERVER)_INSTALL_DEBS = $(PYTHON3_SWSSCOMMON)
$(DOCKER_DHCP_SERVER)_PYTHON_WHEELS += $(SONIC_DHCP_SERVER_PY3)
$(DOCKER_DHCP_SERVER)_INSTALL_PYTHON_WHEELS = $(SONIC_UTILITIES_PY3)

SONIC_DOCKER_IMAGES += $(DOCKER_DHCP_SERVER)
SONIC_DOCKER_DBG_IMAGES += $(DOCKER_DHCP_SERVER_DBG)
Expand Down

0 comments on commit e6c2e9f

Please sign in to comment.