From ac20c1fa16b4db84f760bc5356828e11c0065f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Mon, 26 Jun 2023 22:01:32 +0200 Subject: [PATCH] Remove NET_BIND_SERVICE for port binding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 17369d752..8d7e56b4e 100644 --- a/Makefile +++ b/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