diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-14 07:54:41 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-14 07:54:41 -0400 |
commit | 4ff7387ae5bfbb52b654b8466e160cc20aea23b2 (patch) | |
tree | d18e501f4dba5e740279544bbfcffa837611fe22 | |
parent | e1b4821d75cf0e9876731653570dc1efb5dc49fb (diff) |
bugfix for Dockerfile
Change-Id: I060469113e21ae8f455ea0a407aa330c6e959556
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | ci/docker/Dockerfile | 1 |
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 |