8000
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 b47cb57 commit 9d2e99eCopy full SHA for 9d2e99e
Dockerfile
@@ -78,7 +78,7 @@ ENV NODE_VERSION --lts
78
RUN sudo mkdir -p /usr/local/nvm
79
RUN sudo chown -R coder:coder /usr/local/nvm
80
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
81
-RUN source $NVM_DIR/nvm.sh
+RUN /bin/bash -c "source $NVM_DIR/nvm.sh"
82
ENV NODE_PATH $NVM_DIR/versions/node/$NODE_VERSION/bin
83
ENV PATH $NODE_PATH:$PATH
84
RUN nvm install $NODE_VERSION && nvm use --delete-prefix $NODE_VERSION
0 commit comments