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
Raw Normal View History

2020-12-26 16:49:47 +01:00
FROM python:3.8.6-buster
RUN python3 -m pip install pre-commit==2.9.3