From 394a4604054c0726b779ba11288c67eb9d932e2f Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 27 May 2021 09:57:58 -0700 Subject: [PATCH] Makefile: plain output when building container --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f345f6b..b5beec5 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,7 @@ container: .container-$(DOTFILE_IMAGE) container-name Dockerfile.in > .dockerfile-$(OS)_$(ARCH) @docker buildx build \ --no-cache \ + --progress=plain \ --load \ --platform "$(OS)/$(ARCH)" \ --build-arg HTTP_PROXY=$(HTTP_PROXY) \