Skip to content

Commit

Permalink
chore: dev container uses Flutter stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrit committed Jan 18, 2023
1 parent 99d202d commit 7d0c169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN apt-get -y install curl file git unzip xz-utils zip clang cmake ninja-build
RUN apt-get -y install keybinder-3.0 appindicator3-0.1 libappindicator3-1 libappindicator3-dev

# Install Flutter
RUN git clone https://github.com/flutter/flutter.git /home/vscode/flutter
RUN git clone https://github.com/flutter/flutter.git -b stable /home/vscode/flutter
RUN git config --global --add safe.directory /home/vscode/flutter
ENV PATH="$PATH:/home/vscode/flutter/bin"
RUN flutter upgrade
Expand Down

0 comments on commit 7d0c169

Please sign in to comment.