This commit is contained in:
parent
5d188d320e
commit
bc6b913597
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ RUN apt-get install -y \
|
||||||
# Install Nodejs
|
# Install Nodejs
|
||||||
|
|
||||||
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash -
|
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash -
|
||||||
|
RUN export NVM_DIR="$HOME/.nvm"
|
||||||
RUN nvm install 12.16.1
|
RUN nvm install 12.16.1
|
||||||
RUN nvm use 12.16.1
|
RUN nvm use 12.16.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue