Always use Python 2.x flake8.
Whilst flake8 will always be Python 2.x in the specified "debian:9" image, we can make this future-proof and less confusing to anyone reading this and attempting to reproduce the output on newer distribution where flake8 will assume Python 3 (and thus report syntax errors against dak's Python 2.x code).