Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install parallel gzip utility #1199

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 \
jkoritzinsky marked this conversation as resolved.
Show resolved Hide resolved
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
Loading