From b6d5cedee6b38c5706750e3ff3f88ba27fd259c6 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Mon, 30 Dec 2024 16:25:44 -0800 Subject: [PATCH] Docker: build with plain text output This helps to debug the issues. --- pkg/docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index 0abbc3a25..27e3d96ad 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -154,7 +154,7 @@ Dockerfile.%: ../../version template.Dockerfile build-%: build-minimal Dockerfile.% docker pull $(CONTAINER_$*) - docker build --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* . + docker build --progress=plain --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* . touch $@ library: