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.
2 parents 1d59257 + e11dde8 commit f1e380cCopy full SHA for f1e380c
Dockerfile
@@ -41,7 +41,6 @@ RUN apt-get update && apt-get install -y \
41
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh > install.sh
42
RUN chmod +x ./install.sh && \
43
./install.sh && \
44
- source ~/.bashrc && \
45
export NVM_DIR="$HOME/.nvm" && \
46
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
47
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" && \
0 commit comments