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 50a5b9b commit 30a8116Copy full SHA for 30a8116
earthly/flutter/Earthfile
@@ -39,6 +39,9 @@ flutter-base:
39
40
COPY +flutter-src/flutter /usr/local
41
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:$HOME/.pub-cache/bin:${PATH}"
42
+ # Flutter prints warnings when used by root user but omits them if has CI env flag found.
43
+ # script: https://github.com/flutter/flutter/blob/master/bin/internal/shared.sh#L214
44
+ ENV CI="true"
45
RUN flutter config --no-analytics
46
RUN flutter --version
47
RUN flutter doctor -v
0 commit comments