From 1bc0ba8fb88b75247744d4f3c06e934701d17bdf Mon Sep 17 00:00:00 2001 From: rorajani <125279851+rorajani@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:56:03 +0530 Subject: [PATCH] Update Makefile --- deployments/container/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployments/container/Makefile b/deployments/container/Makefile index 7c560b0a..6ec2976d 100644 --- a/deployments/container/Makefile +++ b/deployments/container/Makefile @@ -76,8 +76,7 @@ build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SU $(DISTRIBUTIONS): %: build-% $(BUILD_TARGETS): build-%: ifneq ($(DOCKER_BUILD_NETWORK_OPTIONS),) -$(DOCKER) $(BUILDX) create --use --name network-host --driver-opt network=host \ ---buildkitd-flags '--allow-insecure-entitlement network.host' + $(DOCKER) $(BUILDX) create --use --name network-host --driver-opt network=host --buildkitd-flags '--allow-insecure-entitlement network.host' endif DOCKER_BUILDKIT=1 \ $(DOCKER) $(BUILDX) build --pull \