mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
One of the best practices for Dockerfiles is to minimize the number of layers because they increase the overall image size: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#minimize-the-number-of-layers Consolidate our "yum install" commands to reduce the number of lauyers. Suggested by Dean Hamstead. Message-Id: <1501670572-8701-1-git-send-email-penberg@scylladb.com>