diff options
author | meimei <meimei@huawei.com> | 2016-08-17 16:17:36 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-08-17 16:17:36 +0800 |
commit | be19062bbd2be18f623b1f43a1ae39f80ad731de (patch) | |
tree | 9f29a2fe690ea49488b57d3f564cb976d9beedce | |
parent | f818e20ecd35c38d3399ef8cf5de11033c940193 (diff) |
[moon] install moonclient in docker
Change-Id: Ie8b46620dfa995038c0f40e23133ac301496438a
Signed-off-by: meimei <meimei@huawei.com>
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 23221f23e..5e1b61b30 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ |