Skip to content
Snippets Groups Projects
Commit ad18bf80 authored by nimrod's avatar nimrod
Browse files

Disable pip cache, reduces image size by a few megs.

parent 6619b585
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment