linebreak

This commit is contained in:
Michael Bradley, Jr 2018-07-24 16:39:53 -05:00
parent a6ec833c38
commit 7098260ce5
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ RUN mkdir -p .npm-packages \
.local/nodeenv \
&& . .bash_env \
&& 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 \
&& npm install -g "embark@${EMBARK_VERSION}" \
"ganache-cli@${GANACHE_VERSION}" \