From af3e2c91188dfcd8552f5aad4d083080a584c2e1 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Mon, 29 May 2023 12:54:14 +0200 Subject: [PATCH] chore(docker): install zstd --- .github/docker/Dockerfile.packaging-plugins-alma8 | 2 +- .github/docker/Dockerfile.packaging-plugins-alma9 | 2 +- .github/docker/Dockerfile.packaging-plugins-bullseye | 3 ++- .github/docker/Dockerfile.packaging-plugins-centos7 | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/docker/Dockerfile.packaging-plugins-alma8 b/.github/docker/Dockerfile.packaging-plugins-alma8 index 19fcc1b24..5337a9edb 100644 --- a/.github/docker/Dockerfile.packaging-plugins-alma8 +++ b/.github/docker/Dockerfile.packaging-plugins-alma8 @@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/ enabled=1 gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo -dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm +dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm zstd dnf -y install perl-App-cpanminus perl-JSON cpanm App::FatPacker cpanm File::Copy::Recursive diff --git a/.github/docker/Dockerfile.packaging-plugins-alma9 b/.github/docker/Dockerfile.packaging-plugins-alma9 index d50e98351..458541df3 100644 --- a/.github/docker/Dockerfile.packaging-plugins-alma9 +++ b/.github/docker/Dockerfile.packaging-plugins-alma9 @@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/ enabled=1 gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo -dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm +dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm zstd dnf -y install perl-App-cpanminus perl-JSON cpanm App::FatPacker cpanm File::Copy::Recursive diff --git a/.github/docker/Dockerfile.packaging-plugins-bullseye b/.github/docker/Dockerfile.packaging-plugins-bullseye index 88402f445..86136321a 100644 --- a/.github/docker/Dockerfile.packaging-plugins-bullseye +++ b/.github/docker/Dockerfile.packaging-plugins-bullseye @@ -38,7 +38,8 @@ apt-get install -y \ libjson-perl \ libapp-fatpacker-perl \ libfile-copy-recursive-perl \ - jq + jq \ + zstd echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list apt-get update diff --git a/.github/docker/Dockerfile.packaging-plugins-centos7 b/.github/docker/Dockerfile.packaging-plugins-centos7 index 99ae295fe..b43fc6571 100644 --- a/.github/docker/Dockerfile.packaging-plugins-centos7 +++ b/.github/docker/Dockerfile.packaging-plugins-centos7 @@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/ enabled=1 gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo -yum -y install git gettext rpm-build dos2unix python3 epel-release nfpm +yum -y install git gettext rpm-build dos2unix python3 epel-release nfpm zstd yum -y install perl-App-FatPacker perl-File-Copy-Recursive perl-JSON yum clean all