FROM docker.io/library/python:3.9-alpine

RUN pip install flake8

COPY flake8.sh /flake8
