diff options
author | 2018-09-17 08:37:18 +0000 | |
---|---|---|
committer | 2018-09-17 08:37:18 +0000 | |
commit | 4a94df533b4ae139af5e222e29375c19c7ace015 (patch) | |
tree | 7dd9c900f902de71932264765ea151f535ff02f5 /docker | |
parent | cc1b900df59b0da1cbeead132b1260787c3998d4 (diff) | |
parent | 071c4d95f28ac00cda1ed5dba9a4bf209b7a66ab (diff) |
Merge "bug-fix: kubectl not installed in Bottlenecks docker"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
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} |