From ad18bf804e7bdb798d6db72562fd3574acad23b2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 25 Dec 2017 12:02:31 +0200 Subject: [PATCH] Disable pip cache, reduces image size by a few megs. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 143bf12..15ce6ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM python:3.6-alpine -RUN pip install elasticsearch-curator==5.4.1 +RUN pip install --no-cache-dir elasticsearch-curator==5.4.1 CMD /usr/sbin/crond -f -- GitLab