Skip to content

Commit 133879b

Browse files
authored
Update Dockerfile
1 parent 9d2e99e commit 133879b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh |
8181
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
84-
RUN nvm install $NODE_VERSION && nvm use --delete-prefix $NODE_VERSION
84+
RUN /bin/bash -c "nvm install $NODE_VERSION"
85+
RUN /bin/bash -c "nvm use --delete-prefix $NODE_VERSION"
8586

8687
# Fetch the latest Geist font release
8788
RUN LATEST_RELEASE_URL=$(curl -s https://api.github.com/repos/vercel/geist-font/releases/latest | grep "browser_download_url" | grep ".zip" | cut -d '"' -f 4 | grep Mono) \

0 commit comments

Comments
 (0)