Browse Source

install fvm

liuyuqi-dellpc 1 year ago
parent
commit
f43dbe815f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flutter/.ide/Dockerfile-Allinone-flutter

+ 2 - 0
flutter/.ide/Dockerfile-Allinone-flutter

@@ -55,6 +55,8 @@ RUN git clone --branch ${FLUTTER_VERSION} https://github.com/flutter/flutter.git
     && cd ${FLUTTER_HOME} \
     && ./bin/flutter precache \
     && ./bin/flutter doctor
+    
+RUN curl -fsSL https://fvm.app/install.sh | bash
 
 # install python
 RUN mkdir -p ~/.pip