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 257f44b commit d7fb811Copy full SHA for d7fb811
Dockerfile
@@ -56,9 +56,11 @@ RUN flutter pub global activate dartdoc \
56
RUN echo "Flutter and Dart installation completed successfully."
57
58
USER openvscode-server
59
+WORKDIR /home/openvscode-server
60
61
RUN echo "Adding FVM"
62
RUN bash -c "$(curl -fsSL https://fvm.app/install.sh)" --unattended
63
+ENV PATH="/home/openvscode-server/.fvm/bin:${PATH}"
64
65
RUN echo "Adding Oh My Bash"
66
RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" --unattended
0 commit comments