summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-17 08:37:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-17 08:37:18 +0000
commit4a94df533b4ae139af5e222e29375c19c7ace015 (patch)
tree7dd9c900f902de71932264765ea151f535ff02f5 /docker/Dockerfile
parentcc1b900df59b0da1cbeead132b1260787c3998d4 (diff)
parent071c4d95f28ac00cda1ed5dba9a4bf209b7a66ab (diff)
Merge "bug-fix: kubectl not installed in Bottlenecks docker"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c91a60f1..ef63e3b1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -49,5 +49,7 @@ RUN git config --global http.sslVerify false
RUN git clone -b $BRANCH https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR}
RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR}
+RUN bash ${BOTTLENECKS_REPO_DIR}/utils/k8s_setup/kubectl_install.sh
+
RUN pip install -r ${BOTTLENECKS_REPO_DIR}/requirements/requirements.txt
RUN pip install -U ${BOTTLENECKS_REPO_DIR}