diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-07-05 07:37:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-05 07:37:43 +0000 |
commit | 638d6d7dce80a11c7e0f9045ccaee5a09ecbe450 (patch) | |
tree | 2701df2fdebd9249d8eb39ac7872d5931ee574d6 /docker/Dockerfile | |
parent | 4b957421d071cd5120a6e59b0e3bcba98641833f (diff) | |
parent | 35f333ff1bf51a96a22d62f93f5765ec59d00469 (diff) |
Merge "Bump requirements to match OpenStack Queens release upper requirements"
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 be9156685..097bc3c3f 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 python-setuptools python-pip iputils-ping && 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 python-heatclient==1.11.0 ansible==2.5.5 +RUN pip install appdirs==1.4.0 pyopenssl==17.5.0 python-openstackclient==3.12.0 python-heatclient==1.11.0 ansible==2.5.5 RUN mkdir -p ${REPOS_DIR} |