bugfix for Dockerfile 81/12281/1
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 11:54:41 +0000 (07:54 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 11:54:41 +0000 (07:54 -0400)
Change-Id: I060469113e21ae8f455ea0a407aa330c6e959556
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
ci/docker/Dockerfile

index 6896211..2c24379 100644 (file)
@@ -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