Merge "bugfix for Dockerfile"
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 14 Apr 2016 11:57:37 +0000 (11:57 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 14 Apr 2016 11:57:37 +0000 (11:57 +0000)
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