This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/pre-commit.Dockerfile

3 lines
70 B
Docker

FROM python:3.8.6-buster
RUN python3 -m pip install pre-commit==2.9.3