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 e4a27ea commit 257f44bCopy full SHA for 257f44b
Dockerfile
@@ -55,12 +55,11 @@ RUN flutter pub global activate dartdoc \
55
&& flutter doctor && flutter precache --universal
56
RUN echo "Flutter and Dart installation completed successfully."
57
58
-RUN echo "Adding FVM"
59
-# RUN echo "export FVM_ALLOW_ROOT=true"
60
-RUN bash -c "$(sudo curl -fsSL https://fvm.app/install.sh)" --unattended
61
-
62
USER openvscode-server
63
+RUN echo "Adding FVM"
+RUN bash -c "$(curl -fsSL https://fvm.app/install.sh)" --unattended
+
64
RUN echo "Adding Oh My Bash"
65
RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" --unattended
66
0 commit comments