From fc30c5208a680d0059cfa48891a1d97747f7f778 Mon Sep 17 00:00:00 2001 From: yuyang Date: Tue, 11 Apr 2017 14:47:07 +0800 Subject: 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 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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 -- cgit 1.2.3-korg