diff --git a/Dockerfile b/Dockerfile index 495e3eb..5fc062d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ -FROM python:3-alpine +FROM python:3 -RUN apk add --no-cache git \ - && pip install pre-commit - && git config --global --add safe.directory /data +RUN pip install pre-commit VOLUME /data