mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Add flake8 to gitlabci container
- This is needed to run code quality check in the GitLab CI pipeline. Not sure how it work before this. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
86ca8164d3
commit
b78b76a692
@ -19,7 +19,8 @@ RUN apt-get build-dep -y .
|
||||
RUN apt-get install -y build-essential \
|
||||
# Test dependencies
|
||||
sshpass parted \
|
||||
sudo python3-pip
|
||||
sudo python3-pip \
|
||||
python3-flake8
|
||||
|
||||
# Module dependencies
|
||||
RUN apt-get install -y $(./run --list-dependencies)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user