Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit f34a8ca

Browse files
committed
remove final nvm line
1 parent 330a485 commit f34a8ca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

containers/codespaces-linux/.devcontainer/base.Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,5 @@ RUN if [ -z $DeveloperBuild ]; then \
124124

125125
USER ${USERNAME}
126126

127-
# Bump npm/node
128-
RUN npm install -g npm@6
129-
RUN source $NVM_DIR/nvm.sh \
130-
&& nvm install 14.17.6 \
131-
&& nvm alias default 14.17.6 \
132-
&& nvm use default
127+
# Bump npm
128+
RUN npm install -g npm@6

0 commit comments

Comments
 (0)