diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-11-18 15:17:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-18 15:17:41 +0000 |
commit | fa698b424e75db35037329e1c6839e2a0b6576c9 (patch) | |
tree | db3318ad8aa9bb6cb23f9e602aab73f4590dfaf5 /docker | |
parent | f7d3a01b0018c2fa1a6e15f2cdd6358fa6307ccf (diff) | |
parent | b9d5201250bb1a68ef887d71a950d8c520beb53b (diff) |
Merge "Update Promise repository" into stable/colorado
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index a9810b216..a3d7f05e9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -86,7 +86,7 @@ RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino ${repo RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/parser ${repos_dir}/parser RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/doctor ${repos_dir}/doctor RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/ovno ${repos_dir}/ovno -RUN git clone --depth 1 https://github.com/opnfv/promise ${repos_dir}/promise +RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/promise ${repos_dir}/promise RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/securityscanning ${repos_dir}/securityscanning RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng ${repos_dir}/releng @@ -141,7 +141,7 @@ RUN /bin/bash -c ". /etc/profile.d/rvm.sh \ RUN sh -c 'curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -' RUN sudo apt-get install -y nodejs RUN cd ${repos_dir}/promise && sudo npm -g install npm@latest -RUN cd ${repos_dir}/promise && npm install +RUN cd ${repos_dir}/promise/source && npm install RUN echo "set nocompatible \n\ set backspace=2" \ |