diff --git a/common.sh b/common.sh index 37a6497..eaba123 100755 --- a/common.sh +++ b/common.sh @@ -110,6 +110,7 @@ wifi_connect () { } build_docker () { + export NO_COLOR=1 docker build --network=host -t cloudcutter . if [ ! $? -eq 0 ]; then echo "Failed to build Docker image, stopping script"