Fix pip install in Dockerfile 29/11429/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Fri, 18 Mar 2016 13:40:58 +0000 (14:40 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Fri, 18 Mar 2016 13:40:58 +0000 (14:40 +0100)
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>
docker/Dockerfile

index f1e42ae..bbd1ec1 100644 (file)
@@ -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