Remove NET_BIND_SERVICE for port binding
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
parent
1c7ac6e8fe
commit
ac20c1fa16
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -93,6 +93,7 @@ image-chroot: clean-chroot-image ## Build image for a particular arch.
|
|||
--build-arg TARGETARCH="$(ARCH)" \
|
||||
--build-arg COMMIT_SHA="$(COMMIT_SHA)" \
|
||||
--build-arg BUILD_ID="$(BUILD_ID)" \
|
||||
--build-arg SETCAP="$(SETCAP)" \
|
||||
-t $(REGISTRY)/controller-chroot:$(TAG) rootfs -f rootfs/Dockerfile-chroot
|
||||
|
||||
.PHONY: clean-image
|
||||
|
|
Loading…
Reference in a new issue