From 0b18a391f5474589e970d0dcc633ff9c4a0379b6 Mon Sep 17 00:00:00 2001 From: Sargun Dhillon Date: Thu, 18 Jan 2018 15:51:57 -0800 Subject: [PATCH] Add pigz to recommended packages This change is in response to https://github.com/moby/moby/pull/35697 It adds pigz to the recommended binaries that should be installed with docker-ce. Signed-off-by: Sargun Dhillon Upstream-commit: 1ca014b9440a92b46e2e03d879c03ddc5c51d4c0 Component: packaging --- components/packaging/deb/common/control | 1 + 1 file changed, 1 insertion(+) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index a3285cd0cf..a12448f1a8 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -14,6 +14,7 @@ Recommends: aufs-tools, ca-certificates, cgroupfs-mount | cgroup-lite, git, + pigz, xz-utils, ${apparmor:Recommends} Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs, docker-ee