mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The dockerbuilder Dockerfile was installing one package per apt-get install operation. This changes it so that consecutive run apt-get install operations are batched into a single operation.