5 lines
89 B
Docker
5 lines
89 B
Docker
FROM docker.io/library/python:3.9-alpine
|
|
|
|
RUN pip install flake8
|
|
|
|
COPY flake8.sh /flake8
|