Skip to content

Commit e6c2e9f

Browse files
authored
add missing variable (#17162)
Without the INSTALL_PYTHON_WHEELS=SONIC_UTILITIES_PY3, slave container won't have needed sonic utilities related packages.
1 parent a92ac0a commit e6c2e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/docker-dhcp-server.mk

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ $(DOCKER_DHCP_SERVER)_LOAD_DOCKERS = $(DOCKER_CONFIG_ENGINE_BULLSEYE)
1515

1616
$(DOCKER_DHCP_SERVER)_INSTALL_DEBS = $(PYTHON3_SWSSCOMMON)
1717
$(DOCKER_DHCP_SERVER)_PYTHON_WHEELS += $(SONIC_DHCP_SERVER_PY3)
18+
$(DOCKER_DHCP_SERVER)_INSTALL_PYTHON_WHEELS = $(SONIC_UTILITIES_PY3)
1819

1920
SONIC_DOCKER_IMAGES += $(DOCKER_DHCP_SERVER)
2021
SONIC_DOCKER_DBG_IMAGES += $(DOCKER_DHCP_SERVER_DBG)

0 commit comments

Comments
 (0)