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 2e387fe commit 23ed4f8Copy full SHA for 23ed4f8
.devcontainer/Dockerfile
@@ -19,7 +19,7 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/
19
20
# [Optional] Uncomment this section to install additional OS packages.
21
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
22
-# && apt-get -y install --no-install-recommends <your-package-list-here>
+# && apt-get -y install --no-install-recommends <your-package-list-here
23
24
# [Optional] Uncomment this line to install global node packages.
25
-# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
+# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
0 commit comments