diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-11-11 07:16:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-11 07:16:57 +0000 |
commit | aa3b9e80b769a083d41b41d61daf1cf7869aa98b (patch) | |
tree | 1c0031b682ff1e9b779bcb54421cd09e907bdfe3 /docker/Dockerfile | |
parent | b8e03925b445f5c39c090a40bd8e7d6bbc0c8910 (diff) | |
parent | 8c8e74c5036a98f8dc41afac9ca91e76a8c4ca0e (diff) |
Merge "Remove kingbird installation"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index a51e3046e..b0f5cc9e2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -124,7 +124,7 @@ RUN curl -L https://get.rvm.io | bash -s stable RUN /bin/bash -c ". /home/opnfv/repos/functest/functest/opnfv_tests/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}/kingbird && pip install -e . RUN cd ${repos_dir}/moon/moonclient/ && python setup.py install RUN /bin/bash -c ". /etc/profile.d/rvm.sh \ |