We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93c336 commit 6ed3109Copy full SHA for 6ed3109
tools/pkg/build.sh
@@ -75,6 +75,7 @@ done
75
builder_image="erlangsolutions/erlang:${platform}-${erlang_version}"
76
target_image="${platform/-/:}"
77
docker build -t mongooseim-${platform}:${version}-${revision} \
78
+ --progress=plain \
79
--build-arg builder_image=${builder_image} \
80
--build-arg target_image=${target_image} \
81
--build-arg version=${version} \
0 commit comments