[moon] install moonclient in docker 13/18813/1
authormeimei <meimei@huawei.com>
Wed, 17 Aug 2016 08:17:36 +0000 (16:17 +0800)
committermeimei <meimei@huawei.com>
Wed, 17 Aug 2016 08:17:36 +0000 (16:17 +0800)
Change-Id: Ie8b46620dfa995038c0f40e23133ac301496438a
Signed-off-by: meimei <meimei@huawei.com>
docker/Dockerfile

index 23221f2..5e1b61b 100644 (file)
@@ -105,6 +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 /bin/bash -c ". /etc/profile.d/rvm.sh \
     && cd /home/opnfv/repos/vims-test \