diff --git a/Dockerfile b/Dockerfile index 4537e2e..3c3a9d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3 -RUN pip install pre-commit docker-compose +RUN pip install --no-cache-dir pre-commit docker-compose VOLUME /data