From 0dc9a790f50d37ae2fdb2a035300019a272366c9 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Wed, 4 May 2022 21:27:31 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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