mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +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