4 lines
52 B
Docker
4 lines
52 B
Docker
|
FROM python:3-alpine
|
||
|
|
||
|
RUN pip install flake8==3.8.3
|