Cluster-insight image size is 600+ MB, We could make it smaller, like this: ``` FROM gliderlabs/alpine:3.3 RUN apk-install \ python \ py-pip COPY cluster-insight/collector /collector RUN /usr/bin/pip install -r /collector/requirements.txt EXPOSE 8080 CMD ["/usr/bin/python", "collector/collector.py"] ``` The image is reduced to 58MB
Cluster-insight image size is 600+ MB, We could make it smaller, like this:
The image is reduced to 58MB