summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-03-18 14:40:58 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-03-18 14:40:58 +0100
commit91f0bcad8938ec35314a0709ea66445a3938c9d7 (patch)
tree53691bd7d842ef50c51595850c5033585819be17
parentaf8b4ca46eb0baa867a8cbc3731debc28e31890b (diff)
Fix pip install in Dockerfile
NOTE: This fix is just in stable/brahmaputra because it has been fixed in master together with new features that don't have to part of stable branch Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index f1e42aee8..bbd1ec183 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -78,7 +78,7 @@ RUN git clone https://gerrit.opnfv.org/gerrit/ovno ${repos_dir}/ovno
RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
RUN pip install -r ${repos_dir}/rally/requirements.txt
-RUN pip install -r ${repos_dir}/tempest/pip install -r requirements.txt
+RUN pip install -r ${repos_dir}/tempest/requirements.txt
RUN ${repos_dir}/rally/install_rally.sh --yes