diff --git a/src/alpine/3.17/amd64/Dockerfile b/src/alpine/3.17/amd64/Dockerfile index 482f4c654..022f3254c 100644 --- a/src/alpine/3.17/amd64/Dockerfile +++ b/src/alpine/3.17/amd64/Dockerfile @@ -31,6 +31,7 @@ RUN apk add --upgrade --no-cache \ openssl \ openssl-dev \ paxctl \ + pigz \ py3-lldb \ python3-dev \ shadow \ diff --git a/src/alpine/3.18/amd64/Dockerfile b/src/alpine/3.18/amd64/Dockerfile index 46bdf169f..043bb793b 100644 --- a/src/alpine/3.18/amd64/Dockerfile +++ b/src/alpine/3.18/amd64/Dockerfile @@ -32,6 +32,7 @@ RUN apk add --upgrade --no-cache \ openssl \ openssl-dev \ paxctl \ + pigz \ py3-lldb \ python3-dev \ shadow \ diff --git a/src/alpine/3.19/amd64/Dockerfile b/src/alpine/3.19/amd64/Dockerfile index ad0f05338..609570080 100644 --- a/src/alpine/3.19/amd64/Dockerfile +++ b/src/alpine/3.19/amd64/Dockerfile @@ -42,6 +42,7 @@ RUN apk add --upgrade --no-cache \ openssl \ openssl-dev \ paxctl \ + pigz \ py3-lldb \ python3-dev \ shadow \ diff --git a/src/alpine/3.20/amd64/Dockerfile b/src/alpine/3.20/amd64/Dockerfile index 50a455f98..c2a3fd438 100644 --- a/src/alpine/3.20/amd64/Dockerfile +++ b/src/alpine/3.20/amd64/Dockerfile @@ -41,6 +41,7 @@ RUN apk add --upgrade --no-cache \ openssl \ openssl-dev \ paxctl \ + pigz \ py3-lldb \ python3-dev \ shadow \ diff --git a/src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile b/src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile index 1ee62071a..32a3cb5e8 100644 --- a/src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile +++ b/src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile @@ -5,6 +5,7 @@ RUN tdnf update -y && \ # Provides 'su', required by Azure DevOps ca-certificates \ git \ + pigz \ util-linux \ wget \ # Common runtime build dependencies diff --git a/src/azurelinux/3.0/net9.0/webassembly/amd64/Dockerfile b/src/azurelinux/3.0/net9.0/webassembly/amd64/Dockerfile index 03d9a7aaf..eaa2176ea 100644 --- a/src/azurelinux/3.0/net9.0/webassembly/amd64/Dockerfile +++ b/src/azurelinux/3.0/net9.0/webassembly/amd64/Dockerfile @@ -7,6 +7,7 @@ RUN tdnf update -y \ which \ nodejs \ npm \ + pigz \ python3 \ libxml2 \ unzip diff --git a/src/centos/stream9/amd64/Dockerfile b/src/centos/stream9/amd64/Dockerfile index f98c13760..8911b85e4 100644 --- a/src/centos/stream9/amd64/Dockerfile +++ b/src/centos/stream9/amd64/Dockerfile @@ -44,6 +44,7 @@ RUN dnf install --setopt tsflags=nodocs --refresh -y \ ncurses-devel \ numactl-devel \ openssl-devel \ + pigz \ procps-ng \ python3 \ python3-devel \ diff --git a/src/debian/11/amd64/Dockerfile b/src/debian/11/amd64/Dockerfile index a0d032019..127fbeba8 100644 --- a/src/debian/11/amd64/Dockerfile +++ b/src/debian/11/amd64/Dockerfile @@ -34,6 +34,7 @@ RUN apt-get update \ llvm \ locales \ make \ + pigz \ python-lldb \ sudo \ tar \ diff --git a/src/debian/12/gcc14/amd64/Dockerfile b/src/debian/12/gcc14/amd64/Dockerfile index ba8f2684d..3dc8a0b27 100644 --- a/src/debian/12/gcc14/amd64/Dockerfile +++ b/src/debian/12/gcc14/amd64/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && \ lttng-tools \ locales \ locales-all \ + pigz \ python3-dev \ python3-pip \ sudo \ diff --git a/src/fedora/39/amd64/Dockerfile b/src/fedora/39/amd64/Dockerfile index 8a23b67e4..ffd09c41f 100644 --- a/src/fedora/39/amd64/Dockerfile +++ b/src/fedora/39/amd64/Dockerfile @@ -13,6 +13,7 @@ RUN dnf --setopt=install_weak_deps=False install -y \ lldb-devel \ llvm-devel \ make \ + pigz \ python \ which \ && dnf clean all diff --git a/src/fedora/40/amd64/Dockerfile b/src/fedora/40/amd64/Dockerfile index ac2d982fe..29df1548d 100644 --- a/src/fedora/40/amd64/Dockerfile +++ b/src/fedora/40/amd64/Dockerfile @@ -13,6 +13,7 @@ RUN dnf --setopt=install_weak_deps=False install -y \ lldb-devel \ llvm-devel \ make \ + pigz \ python \ which \ && dnf clean all diff --git a/src/raspbian/10/crossdeps/arm32v7/Dockerfile b/src/raspbian/10/crossdeps/arm32v7/Dockerfile index 9ec2ad219..b93569f8c 100644 --- a/src/raspbian/10/crossdeps/arm32v7/Dockerfile +++ b/src/raspbian/10/crossdeps/arm32v7/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update \ ca-certificates \ debootstrap \ git \ + pigz \ qemu \ qemu-user-static \ && rm -rf /var/lib/apt/lists/* diff --git a/src/ubuntu/20.04/Dockerfile b/src/ubuntu/20.04/Dockerfile index 0f1bc7f7c..057916dca 100644 --- a/src/ubuntu/20.04/Dockerfile +++ b/src/ubuntu/20.04/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update \ llvm-12 \ locales \ make \ + pigz \ sudo \ wget diff --git a/src/ubuntu/20.04/crossdeps/Dockerfile b/src/ubuntu/20.04/crossdeps/Dockerfile index 0ff8296b2..6b6bb7d7e 100644 --- a/src/ubuntu/20.04/crossdeps/Dockerfile +++ b/src/ubuntu/20.04/crossdeps/Dockerfile @@ -28,6 +28,7 @@ RUN apt-get update \ libxml2-utils \ libz-dev \ make \ + pigz \ qemu \ qemu-user-static \ rpm2cpio \ diff --git a/src/ubuntu/22.04/Dockerfile b/src/ubuntu/22.04/Dockerfile index 85b2a4040..2d2c1b68d 100644 --- a/src/ubuntu/22.04/Dockerfile +++ b/src/ubuntu/22.04/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update \ llvm-14 \ locales \ make \ + pigz \ sudo # This link fixes the broken lldb python scripting that the diagnostics tests require diff --git a/src/ubuntu/22.04/crossdeps/Dockerfile b/src/ubuntu/22.04/crossdeps/Dockerfile index 762a22978..26cccde32 100644 --- a/src/ubuntu/22.04/crossdeps/Dockerfile +++ b/src/ubuntu/22.04/crossdeps/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update \ gdb \ make \ nasm \ + pigz \ qemu \ qemu-user-static \ rpm2cpio \ diff --git a/src/ubuntu/24.04/Dockerfile b/src/ubuntu/24.04/Dockerfile index 767b87ed0..0e41d91bc 100644 --- a/src/ubuntu/24.04/Dockerfile +++ b/src/ubuntu/24.04/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update \ llvm-14 \ locales \ make \ + pigz \ sudo \ && rm -rf /var/lib/apt/lists/*