Browse Source

Update 'flutter/.devcontainer/Dockerfile2'

天问 2 years ago
parent
commit
066412a234
1 changed files with 3 additions and 3 deletions
  1. 3 3
      flutter/.devcontainer/Dockerfile2

+ 3 - 3
flutter/.devcontainer/Dockerfile2

@@ -40,6 +40,6 @@ RUN git clone --branch ${FLUTTER_VERSION} https://github.com/flutter/flutter.git
     && ./bin/flutter precache \
     && ./bin/flutter doctor
 
-# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
-ARG NODE_VERSION="lts/*"
-RUN if [ "${NODE_VERSION}" != "none" ]; then umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1; fi
+# # [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
+# ARG NODE_VERSION="lts/*"
+# RUN if [ "${NODE_VERSION}" != "none" ]; then umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1; fi