Makefile: plain output when building container

This commit is contained in:
Tim Hockin 2021-05-27 09:57:58 -07:00
parent 48bc7fbbf9
commit 394a460405
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ container: .container-$(DOTFILE_IMAGE) container-name
Dockerfile.in > .dockerfile-$(OS)_$(ARCH) Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
@docker buildx build \ @docker buildx build \
--no-cache \ --no-cache \
--progress=plain \
--load \ --load \
--platform "$(OS)/$(ARCH)" \ --platform "$(OS)/$(ARCH)" \
--build-arg HTTP_PROXY=$(HTTP_PROXY) \ --build-arg HTTP_PROXY=$(HTTP_PROXY) \