summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-14 11:57:37 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-14 11:57:37 +0000
commit7d25232df2f07b9bb3c2820a1e248a8a95cbee28 (patch)
tree995ddbfe73c14c640d243d8f361c4fefc0ae9aad
parent378094d7ad21a21bcb5067053db2e904ae792f18 (diff)
parent4ff7387ae5bfbb52b654b8466e160cc20aea23b2 (diff)
Merge "bugfix for Dockerfile"
-rw-r--r--ci/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index 68962115..2c243792 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -44,4 +44,5 @@ RUN git config --global http.sslVerify false
RUN git clone https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR}
RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR}
+RUN easy_install pytz
RUN pip install -r ${REPOS_DIR}/bottlenecks/requirements.txt