From: jose.lausuch Date: Fri, 18 Mar 2016 13:40:58 +0000 (+0100) Subject: Fix pip install in Dockerfile X-Git-Tag: brahmaputra.3.0~10^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F11429%2F1;p=functest.git 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 --- 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