diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-04-11 14:47:07 +0800 |
---|---|---|
committer | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-04-11 09:12:44 +0000 |
commit | 5aa06cad704691872c61f0922e205ae1036268a6 (patch) | |
tree | f1a8110075eb4672dd5d8d00d39cf79883431553 /docker/Dockerfile | |
parent | aecb9de94d78b3871fbb2b2751f873bf643e27bb (diff) |
Fix code style issues for specificed path
JIRA: BOTTLENECK-100
Fix code syle issues for the path flake8 specified before flake8
check merged into CI pipeline.
Change-Id: Iee59bada206fafd4740023e90d08a4b4a7a030db
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit fc30c5208a680d0059cfa48891a1d97747f7f778)
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index fc3451ba..69e1d65b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -50,5 +50,5 @@ RUN git clone -b $BRANCH https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENEC 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 +RUN pip install -r ${REPOS_DIR}/bottlenecks/requirements/requirements.txt RUN pip install -U /home/opnfv/bottlenecks |