mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update Dart version in Dockerfile (flutter/engine#6618)
This commit is contained in:
parent
1ce76760ae
commit
2b64ec9248
@ -19,7 +19,7 @@ RUN ./build/install-build-deps.sh --no-prompt
|
||||
RUN ./build/install-build-deps-android.sh --no-prompt
|
||||
|
||||
WORKDIR $HOME/dart
|
||||
RUN wget https://storage.googleapis.com/dart-archive/channels/dev/release/2.0.0-dev.63.0/sdk/dartsdk-linux-x64-release.zip
|
||||
RUN wget https://storage.googleapis.com/dart-archive/channels/dev/release/2.1.0-dev.7.1/sdk/dartsdk-linux-x64-release.zip
|
||||
RUN unzip dartsdk-linux-x64-release.zip
|
||||
ENV PATH $PATH:$HOME/dart/dart-sdk/bin
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user