pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
368 stars 206 forks source link

Consider removing apt cache in image #507

Open janhoy opened 2 years ago

janhoy commented 2 years ago

Consider adding

rm -rf /var/lib/apt/lists/*

to the Dockerfile for a slightly slimmer image https://github.com/pravega/zookeeper-operator/blob/ae230104a5ad018cd1353df3957a747cb4a3421c/docker/Dockerfile#L24