summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-04-11 14:47:07 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-04-11 16:14:27 +0800
commitfc30c5208a680d0059cfa48891a1d97747f7f778 (patch)
treef1a8110075eb4672dd5d8d00d39cf79883431553 /docker/Dockerfile
parent529508e4be82ef3e329e9ca3bec6210fb5ef90e6 (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>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
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