Print all building output

This commit is contained in:
Mikhail Gordeev 2022-12-09 02:14:46 +03:00
parent 4b1472c6e1
commit 7d2ca71e9a

View File

@ -168,6 +168,7 @@ class DockerBuilder:
cmd = [
"buildctl",
"build",
"--progress=plain",
"--frontend=dockerfile.v0",
"--local",
"context=.",