diff --git a/Makefile b/Makefile index 629da7b..56879de 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Ver: 1.10 by Endial Fang (endial@126.com) +# Ver: 1.11 by Endial Fang (endial@126.com) # # 当前 Docker 镜像的编译脚本 @@ -32,7 +32,7 @@ export DOCKER_SCAN_SUGGEST=false build: @echo "Build $(image_name):$(image_tag)" - @docker build --force-rm $(build-arg) -t $(image_name):$(image_tag) . + @docker build --progress plain --force-rm $(build-arg) -t $(image_name):$(image_tag) . @echo "Add tag: $(image_name):latest" @docker tag $(image_name):$(image_tag) $(image_name):latest @echo "Build complete"