8000 Update Dockerfile · thebuck25/deploy-code-server@9d2e99e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d2e99e

Browse files
authored
Update Dockerfile
1 parent b47cb57 commit 9d2e99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV NODE_VERSION --lts
7878
RUN sudo mkdir -p /usr/local/nvm
7979
RUN sudo chown -R coder:coder /usr/local/nvm
8080
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
81-
RUN source $NVM_DIR/nvm.sh
81+
RUN /bin/bash -c "source $NVM_DIR/nvm.sh"
8282
ENV NODE_PATH $NVM_DIR/versions/node/$NODE_VERSION/bin
8383
ENV PATH $NODE_PATH:$PATH
8484
RUN nvm install $NODE_VERSION && nvm use --delete-prefix $NODE_VERSION

0 commit comments

Comments
 (0)
0