diff options
author | Rex Lee <limingjiang@huawei.com> | 2019-12-02 11:20:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-12-02 11:20:55 +0000 |
commit | 34a54021b4cfee0c853be46ee1cba5211d8dafdb (patch) | |
tree | 2188e10e708b48adc1a798cd2b8a57f5e4a5ab06 | |
parent | c3393d9c861f24e9b876d3814d2344cd944cf7d9 (diff) | |
parent | 06dd209e81a81ec1d8342af87bba76efc6dbe9de (diff) |
Merge "[bugfix] no ansible requirements when build docker image"
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index c46d2ce72..00613a10f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -30,7 +30,7 @@ RUN easy_install -U setuptools==30.0.0 RUN pip install \ -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \ -chttps://git.opnfv.org/yardstick/plain/upper-constraints.txt?h=$BRANCH \ - appdirs==1.4.0 pyopenssl==17.5.0 openstacksdk==0.11.3 python-heatclient==1.14.0 + appdirs==1.4.0 pyopenssl==17.5.0 openstacksdk==0.11.3 python-heatclient==1.14.0 ansible==2.5.5 RUN mkdir -p ${REPOS_DIR} |