Skip to content

Commit

Permalink
Merge pull request #18 from 3scale-ops/feat/add-pigz
Browse files Browse the repository at this point in the history
feat: add pigz tool
  • Loading branch information
3scale-robot authored Feb 28, 2024
2 parents c97326d + 0c79e40 commit a886047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -yq && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -yq \
git make openssh-client curl wget jq gnupg unzip locales lsb-release \
git make openssh-client curl wget jq gnupg pigz unzip locales lsb-release \
python3-minimal python3-boto3 \
ruby && \
find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM alpine:3.17
ENV AWSCLI_VERSION 1.18.4

RUN apk add --update \
git make bash jq curl gpg gnupg less openssh patch \
git make bash jq curl gpg gnupg less openssh patch pigz \
python3 py3-boto3 && \
apk --purge -v del py-pip && \
rm -rf /var/cache/apk/* && \
Expand Down

0 comments on commit a886047

Please sign in to comment.