diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-02-26 02:03:29 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2018-02-26 02:03:29 +0000 |
commit | 6e949f16ff99b86bc39e97425a03fc96d5314e39 (patch) | |
tree | 462cacbbb0f4b9b55de55a4eda53b1d82a791a24 /docker/Dockerfile | |
parent | 639981d1a2c30a3501749dfe4a7a50609e05cb0b (diff) |
Bugfix: ci error due to no heat client
JIRA: YARDSTICK-1030
Change-Id: I5d9e135449b2d35f051ecf5fa63a1ce11030de4a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
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 ddd8dfaf8..46e52d557 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -26,7 +26,7 @@ ENV YARDSTICK_REPO_DIR="${REPOS_DIR}/yardstick" \ RUN apt-get update && apt-get install -y git python-setuptools python-pip && apt-get -y autoremove && apt-get clean RUN easy_install -U setuptools==30.0.0 -RUN pip install appdirs==1.4.0 pyopenssl==17.5.0 python-openstackclient==3.11.0 +RUN pip install appdirs==1.4.0 pyopenssl==17.5.0 python-openstackclient==3.11.0 python-heatclient==1.11.0 RUN mkdir -p ${REPOS_DIR} |