From 94641a7b721843fbe5aa5e9873506a021f9462db Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Tue, 1 Feb 2022 15:30:23 +0100 Subject: [PATCH] add pigz package to enable parallel compression of tar.gz archives This patch adds the pigz package to enable parallel compression and decompression support for the sstate artifacts. This significantly speeds up compression of large artifacts on build systems with many cores. Signed-off-by: Felix Moessbauer Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78089c5..99aa7e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get install --no-install-recommends -y \ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ pylint3 xterm \ python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema python3-newt \ - gosu lsb-release file vim less procps tree tar bzip2 zstd bc tmux libncurses-dev \ + gosu lsb-release file vim less procps tree tar bzip2 zstd pigz bc tmux libncurses-dev \ dosfstools mtools parted lz4 \ git-lfs mercurial iproute2 ssh-client curl rsync gnupg awscli sudo && \ if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \