aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-07-03 16:33:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-03 16:33:17 +0000
commit01711acbd1a8b9f5bcf20073f33ad6cc83ede970 (patch)
treebcd0589272687f8d2da99cd10984731bbe9d745f /docker/Dockerfile
parentf33f04d62d457f1d79fd548514f6831a2ac71a1c (diff)
parent6cc6b8a477fc3f7a32a11af4f6a6dc76b5fac83f (diff)
Merge changes from topics 'YARDSTICK-1250', 'YARDSTICK-1249'
* changes: Fix pip install issues in install.yaml script Bump ansible version to 2.5.5
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 4aa7237a5..be9156685 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.4.2
+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 mkdir -p ${REPOS_DIR}