fixup
This commit is contained in:
parent
a474970ce8
commit
881cd1be3d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN install_packages ca-certificates curl
|
||||||
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash || true
|
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash || true
|
||||||
RUN mkdir -p /.npm \
|
RUN mkdir -p /.npm \
|
||||||
&& chmod +x $HOME/.nvm/nvm.sh \
|
&& chmod +x $HOME/.nvm/nvm.sh \
|
||||||
&& source $HOME/.nvm/nvm.sh \
|
&& . $HOME/.nvm/nvm.sh \
|
||||||
&& nvm install $NODE_VERSION \
|
&& nvm install $NODE_VERSION \
|
||||||
&& nvm alias default $NODE_VERSION \
|
&& nvm alias default $NODE_VERSION \
|
||||||
&& nvm use default \
|
&& nvm use default \
|
||||||
|
|
Loading…
Reference in a new issue