FROM python:3-alpine
RUN apk add --no-cache git \
&& pip install pre-commit
VOLUME /data
WORKDIR /data
ENTRYPOINT ["pre-commit"]