FROM python:3
RUN pip install --no-cache-dir pre-commit docker-compose
VOLUME /data
WORKDIR /data
ENTRYPOINT ["pre-commit"]