From 2e99c204ca638370ebdff450a4d3ab3c7df4a3bd Mon Sep 17 00:00:00 2001 From: bunix42 Date: Wed, 4 May 2022 20:55:29 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdfbbeb..20658d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3-alpine -RUN pip install pre-commit +RUN apk add --no-cache git \ + && pip install pre-commit VOLUME /data