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 d69504b commit b186e5cCopy full SHA for b186e5c
Dockerfile.worker
@@ -7,6 +7,7 @@ RUN apt-get update && \
7
8
ENV PUB_ENVIRONMENT="bot.pub_dev.pub_worker"
9
ENV CI="true"
10
+ENV NO_COLOR="true"
11
12
# Configure a 'worker' user, to avoid running processes as root when this is not
13
# necessary (this is just docker hardening).
tool/setup-flutter.sh
@@ -44,5 +44,5 @@ fi
44
# which should be already included in the tar archive. However, the tar archive requires
45
# to run `flutter doctor` to work properly.
46
cd "$1"
47
-./bin/flutter --no-version-check config --no-analytics
+./bin/flutter --no-version-check config --no-analytics --no-cli-animations
48
./bin/flutter --no-version-check doctor
0 commit comments