summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-08-17 18:37:38 +0800
committermeimei <meimei@huawei.com>2016-08-17 18:37:38 +0800
commit2a1a966650f9572a004f2321f86e31efbfb67840 (patch)
treec0c113fc46393284a4593b5ac211d9c0caf97105 /docker
parente1af30e78868de869d5014ae0447ae3ca9f79575 (diff)
bugfix: wrong directory
Change-Id: I0b39277118ff26496553f9639a1c219fd5783b8f Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \