Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rorajani authored Aug 28, 2023
1 parent c40b683 commit 1bc0ba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployments/container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1bc0ba8

Please sign in to comment.