diff --git a/focal-x64/Dockerfile b/focal-x64/Dockerfile index 7bba903..727f9dc 100644 --- a/focal-x64/Dockerfile +++ b/focal-x64/Dockerfile @@ -69,6 +69,7 @@ RUN apt-get update && apt-get install -y \ # NVM RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +RUN cat ~/.bashrc && echo $NVM_DIR && bash "$NVM_DIR/nvm.sh" # Node.js RUN wget https://unofficial-builds.nodejs.org/download/release/v18.19.0/node-v18.19.0-linux-x64-glibc-217.tar.xz