3 lines
70 B
Text
3 lines
70 B
Text
|
FROM python:3.8.6-buster
|
||
|
RUN python3 -m pip install pre-commit==2.9.3
|