diff --git a/Makefile b/Makefile index 7a6601599d..0d779bcaf1 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ binary: build $(DOCKER_RUN_DOCKER) hack/make.sh binary build: bundles - docker build -t "$(DOCKER_IMAGE)" -f "$(DOCKERFILE)" . + docker build ${DOCKER_BUILD_ARGS} -t "$(DOCKER_IMAGE)" -f "$(DOCKERFILE)" . bundles: mkdir bundles