mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
support/docker: add flake8 command
When check-package fail due to flake8 coding style checks, it suggest to use flake8 command line: run 'flake8' and fix the warnings But flake8 is actually missing from the container used by utils/docker-run, so add it to the container as well. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
170642b68d
commit
f26dfdc842
@@ -30,6 +30,7 @@ RUN apt-get -o APT::Retries=3 install -y --no-install-recommends \
|
||||
cpio \
|
||||
cvs \
|
||||
file \
|
||||
flake8 \
|
||||
g++-multilib \
|
||||
git \
|
||||
libc6:i386 \
|
||||
|
||||
Reference in New Issue
Block a user