Skip to content

Commit f1e380c

Browse files
authored
Merge pull request #330 from italia/test
Test
2 parents 1d59257 + e11dde8 commit f1e380c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN apt-get update && apt-get install -y \
4141
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh > install.sh
4242
RUN chmod +x ./install.sh && \
4343
./install.sh && \
44-
source ~/.bashrc && \
4544
export NVM_DIR="$HOME/.nvm" && \
4645
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
4746
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" && \

0 commit comments

Comments
 (0)