mirror of
https://github.com/moby/moby.git
synced 2026-07-10 08:39:25 +00: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.