index
:
riscv-gnu-toolchain/qemu/tests/lcitool/libvirt-ci.git
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
containers
/
flake8
/
Dockerfile
blob: b3fb19dc2d88a4f9cfde2fbfa3fbc3d5d2c77f12 (
plain
)
1
2
3
4
5
FROM docker.io/library/python:3.9-alpine RUN pip install flake8 COPY flake8.sh /flake8