From: meimei Date: Wed, 17 Aug 2016 10:37:38 +0000 (+0800) Subject: bugfix: wrong directory X-Git-Tag: colorado.1.0~135 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F18823%2F1;p=functest.git bugfix: wrong directory Change-Id: I0b39277118ff26496553f9639a1c219fd5783b8f Signed-off-by: meimei --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 5e1b61b30..ce3f4ce51 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -105,7 +105,7 @@ RUN curl -L https://get.rvm.io | bash -s stable RUN /bin/bash -c ". /home/opnfv/repos/functest/testcases/features/sfc/tacker_client_install.sh" RUN cd ${repos_dir}/bgpvpn && pip install . RUN cd ${repos_dir}/kingbird && pip install -e . -RUN cd ${repos_dir}/moon && python setup.py install +RUN cd ${repos_dir}/moon/moonclient/ && python setup.py install RUN /bin/bash -c ". /etc/profile.d/rvm.sh \ && cd /home/opnfv/repos/vims-test \