Remove NET_BIND_SERVICE for port binding

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke 2023-06-26 22:01:32 +02:00
parent 1c7ac6e8fe
commit ac20c1fa16
No known key found for this signature in database

View file

@ -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