diff --git a/Dockerfile b/Dockerfile index d066ba3..a146475 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN set -ex ;\ docker.io ;\ freshclam -RUN pip install PyYAML gitpython +RUN pip install --no-cache-dir PyYAML gitpython COPY . /opt/clambake