mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03: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. Upstream-commit: 88279439af6b5196aaeb9bcb3d7a7154be04d4bc Component: engine