Skip to content

Commit

Permalink
Docker: build with plain text output
Browse files Browse the repository at this point in the history
This helps to debug the issues.
  • Loading branch information
thresheek committed Dec 31, 2024
1 parent b66842b commit b6d5ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6d5ced

Please sign in to comment.