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