Skip to content

Commit 23ed4f8

Browse files
authored
Update Dockerfile
1 parent 2e387fe commit 23ed4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/
1919

2020
# [Optional] Uncomment this section to install additional OS packages.
2121
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
22-
# && apt-get -y install --no-install-recommends <your-package-list-here>
22+
# && apt-get -y install --no-install-recommends <your-package-list-here
2323

2424
# [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
25+
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1

0 commit comments

Comments
 (0)