01cb7934b0
- build SONIC_STRETCH_DOCKERS in sonic-slave-stretch docker - build image related module in sonic-slave-buster docker. This includes all kernels modules and some packages Signed-off-by: Guohan Lu <lguohan@gmail.com>
8 lines
237 B
Makefile
8 lines
237 B
Makefile
# docker image for ptf
|
|
|
|
DOCKER_PTF = docker-ptf.gz
|
|
$(DOCKER_PTF)_PATH = $(DOCKERS_PATH)/docker-ptf
|
|
$(DOCKER_PTF)_DEPENDS += $(LIBTHRIFT) $(PYTHON_THRIFT) $(PTF)
|
|
SONIC_DOCKER_IMAGES += $(DOCKER_PTF)
|
|
SONIC_STRETCH_DOCKERS += $(DOCKER_PTF)
|