Skip to content

Commit b6d5ced

Browse files
committed
Docker: build with plain text output
This helps to debug the issues.
1 parent b66842b commit b6d5ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Dockerfile.%: ../../version template.Dockerfile
154154
155155
build-%: build-minimal Dockerfile.%
156156
docker pull $(CONTAINER_$*)
157-
docker build --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* .
157+
docker build --progress=plain --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* .
158158
touch $@
159159
160160
library:

0 commit comments

Comments
 (0)