linebreak
This commit is contained in:
parent
a6ec833c38
commit
7098260ce5
|
@ -103,7 +103,8 @@ RUN mkdir -p .npm-packages \
|
||||||
.local/nodeenv \
|
.local/nodeenv \
|
||||||
&& . .bash_env \
|
&& . .bash_env \
|
||||||
&& pip install --user nodeenv==${NODEENV_VERSION} \
|
&& pip install --user nodeenv==${NODEENV_VERSION} \
|
||||||
&& git clone --branch ${NVM_VERSION} --depth 1 \
|
&& git clone --branch ${NVM_VERSION} \
|
||||||
|
--depth 1 \
|
||||||
https://github.com/creationix/nvm.git .nvm 2> /dev/null \
|
https://github.com/creationix/nvm.git .nvm 2> /dev/null \
|
||||||
&& npm install -g "embark@${EMBARK_VERSION}" \
|
&& npm install -g "embark@${EMBARK_VERSION}" \
|
||||||
"ganache-cli@${GANACHE_VERSION}" \
|
"ganache-cli@${GANACHE_VERSION}" \
|
||||||
|
|
Loading…
Reference in New Issue