Docker Image Size - How to Keep It Small?
phoenixnap.com › kb › docker-image-sizeFeb 19, 2020 · RUN apt-get install --no-install-recommends [package-one] Bonus Tip: Caching. Although this tip doesn’t affect the overall size of the Docker image, it does help with faster Docker builds. Docker speeds up image building by locally caching existing layers of a Dockerfile and using it to rebuild images faster.