aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-11-11 07:16:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-11 07:16:57 +0000
commitaa3b9e80b769a083d41b41d61daf1cf7869aa98b (patch)
tree1c0031b682ff1e9b779bcb54421cd09e907bdfe3 /docker
parentb8e03925b445f5c39c090a40bd8e7d6bbc0c8910 (diff)
parent8c8e74c5036a98f8dc41afac9ca91e76a8c4ca0e (diff)
Merge "Remove kingbird installation"
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 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 \