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 9f19967 commit 67ff7c4Copy full SHA for 67ff7c4
Language/node.js/22/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update && \
14
echo "export NVM_DIR=$NVM_DIR" >> /etc/profile.d/nvm.sh && \
15
echo "[ -s $NVM_DIR/nvm.sh ] && . $NVM_DIR/nvm.sh" >> /etc/profile.d/nvm.sh && \
16
echo "[ -s $NVM_DIR/bash_completion ] && . $NVM_DIR/bash_completion" >> /etc/profile.d/nvm.sh && \
17
- source /etc/profile.d/nvm.sh && \
+ . /etc/profile.d/nvm.sh && \
18
nvm install 22 && \
19
nvm use 22 && \
20
npm install -g typescript yarn pnpm && \
0 commit comments