Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
b190b53d1a
commit
0f725cd02f
14 changed files with 383 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM python:3.8-slim
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y git \
|
||||
&& apt-get autoclean \
|
||||
&& pip install pre-commit
|
Reference in a new issue