mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-23 23:48:17 +00:00
88279439af
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.