Skip to content

Commit

Permalink
Install parallel gzip utility (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Sep 18, 2024
1 parent 8bb52e2 commit 9624a69
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alpine/3.17/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apk add --upgrade --no-cache \
openssl \
openssl-dev \
paxctl \
pigz \
py3-lldb \
python3-dev \
shadow \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.18/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apk add --upgrade --no-cache \
openssl \
openssl-dev \
paxctl \
pigz \
py3-lldb \
python3-dev \
shadow \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.19/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apk add --upgrade --no-cache \
openssl \
openssl-dev \
paxctl \
pigz \
py3-lldb \
python3-dev \
shadow \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.20/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apk add --upgrade --no-cache \
openssl \
openssl-dev \
paxctl \
pigz \
py3-lldb \
python3-dev \
shadow \
Expand Down
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net9.0/webassembly/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN tdnf update -y \
which \
nodejs \
npm \
pigz \
python3 \
libxml2 \
unzip
Expand Down
1 change: 1 addition & 0 deletions src/centos/stream9/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN dnf install --setopt tsflags=nodocs --refresh -y \
ncurses-devel \
numactl-devel \
openssl-devel \
pigz \
procps-ng \
python3 \
python3-devel \
Expand Down
1 change: 1 addition & 0 deletions src/debian/11/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update \
llvm \
locales \
make \
pigz \
python-lldb \
sudo \
tar \
Expand Down
1 change: 1 addition & 0 deletions src/debian/12/gcc14/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && \
lttng-tools \
locales \
locales-all \
pigz \
python3-dev \
python3-pip \
sudo \
Expand Down
1 change: 1 addition & 0 deletions src/fedora/39/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN dnf --setopt=install_weak_deps=False install -y \
lldb-devel \
llvm-devel \
make \
pigz \
python \
which \
&& dnf clean all
Expand Down
1 change: 1 addition & 0 deletions src/fedora/40/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN dnf --setopt=install_weak_deps=False install -y \
lldb-devel \
llvm-devel \
make \
pigz \
python \
which \
&& dnf clean all
Expand Down
1 change: 1 addition & 0 deletions src/raspbian/10/crossdeps/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update \
ca-certificates \
debootstrap \
git \
pigz \
qemu \
qemu-user-static \
&& rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update \
llvm-12 \
locales \
make \
pigz \
sudo \
wget

Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/20.04/crossdeps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update \
libxml2-utils \
libz-dev \
make \
pigz \
qemu \
qemu-user-static \
rpm2cpio \
Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/22.04/crossdeps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get update \
gdb \
make \
nasm \
pigz \
qemu \
qemu-user-static \
rpm2cpio \
Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update \
llvm-14 \
locales \
make \
pigz \
sudo \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9624a69

Please sign in to comment.