diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-14 11:57:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-14 11:57:37 +0000 |
commit | 7d25232df2f07b9bb3c2820a1e248a8a95cbee28 (patch) | |
tree | 995ddbfe73c14c640d243d8f361c4fefc0ae9aad | |
parent | 378094d7ad21a21bcb5067053db2e904ae792f18 (diff) | |
parent | 4ff7387ae5bfbb52b654b8466e160cc20aea23b2 (diff) |
Merge "bugfix for Dockerfile"
-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 |