@@ -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