]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/dockerfile: install flake8
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Tue, 13 Mar 2018 03:09:43 +0000 (00:09 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 13 Mar 2018 21:32:36 +0000 (22:32 +0100)
commit14aa15a5a583cf1621880f422f27296180a3d73a
treecf3bbe2c2f7568b551291b6560a5712e254f21b2
parentede92be10dc1260765a83ed2e7f83f9315adce39
support/dockerfile: install flake8

Use the latest version of the tool because it is actively maintained.
But use a fixed version of the tool and its dependencies to get stable
results. It can be manually bumped from time to time.

Before installing any Python packages, ensure pip, setuptools, and wheel
are up to date as recommended in the docs [1].

[1] https://packaging.python.org/tutorials/installing-packages/

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/docker/Dockerfile